(viper-emacs-state-cursor-color): Fix typo in docstring.
This commit is contained in:
parent
bb3a923456
commit
a6fb441a19
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue