# HG changeset patch # User Juanma Barranquero # Date 1162780350 0 # Node ID 02e5b380f763fd6527d1ab67990b80756d4b2294 # Parent e4023799fd637ed747075ee43f6e8d0ce42612c3 (viper-emacs-state-cursor-color): Fix typo in docstring. diff -r e4023799fd63 -r 02e5b380f763 lisp/emulation/viper-init.el --- a/lisp/emulation/viper-init.el Mon Nov 06 02:31:52 2006 +0000 +++ b/lisp/emulation/viper-init.el Mon Nov 06 02:32:30 2006 +0000 @@ -438,7 +438,7 @@ ;; 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)