diff options
| author | Juanma Barranquero | 2006-11-06 02:32:30 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-06 02:32:30 +0000 |
| commit | a6fb441a191fbe16b60f4540c281bfd85e65799b (patch) | |
| tree | 1bcf8745bc877a564f54e9af45e3c0a414d81cf9 /lisp | |
| parent | bb3a92345669609cc7931965d6e1a5222b2194f5 (diff) | |
| download | emacs-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.el | 2 |
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) |