Mercurial > emacs
changeset 73741:02e5b380f763
(viper-emacs-state-cursor-color): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 06 Nov 2006 02:32:30 +0000 |
parents | e4023799fd63 |
children | 7c812bf3912c |
files | lisp/emulation/viper-init.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)