aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-06 02:32:30 +0000
committerJuanma Barranquero2006-11-06 02:32:30 +0000
commita6fb441a191fbe16b60f4540c281bfd85e65799b (patch)
tree1bcf8745bc877a564f54e9af45e3c0a414d81cf9 /lisp
parentbb3a92345669609cc7931965d6e1a5222b2194f5 (diff)
downloademacs-a6fb441a191fbe16b60f4540c281bfd85e65799b.tar.gz
emacs-a6fb441a191fbe16b60f4540c281bfd85e65799b.zip
(viper-emacs-state-cursor-color): Fix typo in docstring.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emulation/viper-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-init.el b/lisp/emulation/viper-init.el
index 465f6e5cfb8..bf85d282fed 100644
--- a/lisp/emulation/viper-init.el
+++ b/lisp/emulation/viper-init.el
@@ -438,7 +438,7 @@ delete the text being replaced, as in standard Vi."
438;; confused in some cases. So, this var is nulled for now. 438;; confused in some cases. So, this var is nulled for now.
439;; (defcustom viper-emacs-state-cursor-color "Magenta" 439;; (defcustom viper-emacs-state-cursor-color "Magenta"
440(defcustom viper-emacs-state-cursor-color nil 440(defcustom viper-emacs-state-cursor-color nil
441 "Cursor color when Viper is in emacs state." 441 "Cursor color when Viper is in Emacs state."
442 :type 'string 442 :type 'string
443 :group 'viper) 443 :group 'viper)
444(if (fboundp 'make-variable-frame-local) 444(if (fboundp 'make-variable-frame-local)