mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-03 11:33:37 +00:00
(viper-emacs-state-cursor-color): Fix typo in docstring.
This commit is contained in:
parent
bb3a923456
commit
a6fb441a19
@ -438,7 +438,7 @@ delete the text being replaced, as in standard Vi."
|
||||
;; confused in some cases. So, this var is nulled for now.
|
||||
;; (defcustom viper-emacs-state-cursor-color "Magenta"
|
||||
(defcustom viper-emacs-state-cursor-color nil
|
||||
"Cursor color when Viper is in emacs state."
|
||||
"Cursor color when Viper is in Emacs state."
|
||||
:type 'string
|
||||
:group 'viper)
|
||||
(if (fboundp 'make-variable-frame-local)
|
||||
|
Loading…
Reference in New Issue
Block a user