]> code.delx.au - gnu-emacs/commitdiff
(viper-emacs-state-cursor-color): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 02:32:30 +0000 (02:32 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 02:32:30 +0000 (02:32 +0000)
lisp/emulation/viper-init.el

index 465f6e5cfb870ba50e989bc4fe0dd90a408c6f64..bf85d282fed1c3eece8ecbecb184fc4a1d3ce840 100644 (file)
@@ -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)