aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/viper.el4
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 @@
325 325
326;; better be defined before Viper custom group. 326;; better be defined before Viper custom group.
327(defvar viper-custom-file-name (convert-standard-filename "~/.viper") 327(defvar viper-custom-file-name (convert-standard-filename "~/.viper")
328 "Viper customisation file. 328 "Viper customization file.
329If set by the user, this must be done _before_ Viper is loaded in `~/.emacs'.") 329If set by the user, this must be done _before_ Viper is loaded in `~/.emacs'.")
330 330
331(defgroup viper nil 331(defgroup viper nil
@@ -360,7 +360,7 @@ user decide when to invoke Viper in a major mode."
360 (t 'ask)) 360 (t 'ask))
361 "To Viperize or not to Viperize. 361 "To Viperize or not to Viperize.
362If t, viperize Emacs. If nil -- don't. If `ask', ask the user. 362If t, viperize Emacs. If nil -- don't. If `ask', ask the user.
363This variable is used primatily when Viper is being loaded. 363This variable is used primarily when Viper is being loaded.
364 364
365Must be set in `~/.emacs' before Viper is loaded. 365Must be set in `~/.emacs' before Viper is loaded.
366DO NOT set this variable interactively, unless you are using the customization 366DO NOT set this variable interactively, unless you are using the customization