diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-01-02 23:57:14 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-01-02 23:57:14 +0000 |
commit | 33c053f464bb45f7fc760b659bb109fbf180ba92 (patch) | |
tree | ed21d067cabf65b6d29783c5074d892a27032441 /lisp/emulation/viper.el | |
parent | dbf284bece5dee64e944d3e4baffd2d23fa94ab9 (diff) | |
download | emacs-33c053f464bb45f7fc760b659bb109fbf180ba92.tar.gz |
(viper-custom-file-name, viper-mode): Fix typos in docstrings.
Diffstat (limited to 'lisp/emulation/viper.el')
-rw-r--r-- | lisp/emulation/viper.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index fd1a8aa92ea..4173856fdd1 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el @@ -325,7 +325,7 @@ ;; better be defined before Viper custom group. (defvar viper-custom-file-name (convert-standard-filename "~/.viper") - "Viper customisation file. + "Viper customization file. If set by the user, this must be done _before_ Viper is loaded in `~/.emacs'.") (defgroup viper nil @@ -360,7 +360,7 @@ user decide when to invoke Viper in a major mode." (t 'ask)) "To Viperize or not to Viperize. If t, viperize Emacs. If nil -- don't. If `ask', ask the user. -This variable is used primatily when Viper is being loaded. +This variable is used primarily when Viper is being loaded. Must be set in `~/.emacs' before Viper is loaded. DO NOT set this variable interactively, unless you are using the customization |