]> code.delx.au - gnu-emacs/blobdiff - lisp/emulation/viper-keym.el
* lisp/emulation/viper.el: A couple of docstring format tweaks
[gnu-emacs] / lisp / emulation / viper-keym.el
index 179ae169ecad8f87286f42cbaf4b9effc1f3ae54..250c292d72e42158e909d1afcdd85f1c42cb2790 100644 (file)
@@ -60,13 +60,13 @@ Full Vi compatibility is not recommended for power use of Viper."
   :group 'viper)
 
 (defcustom viper-no-multiple-ESC  t
-  "If true, multiple ESC in Vi mode will cause bell to ring.
-This is set to t on a windowing terminal and to 'twice on a dumb
+  "If non-nil, multiple ESC in Vi mode will cause bell to ring.
+This is set to t on a windowing terminal and to `twice' on a dumb
 terminal (unless the user level is 1, 2, or 5).  On a dumb terminal, this
 enables cursor keys and is generally more convenient, as terminals usually
 don't have a convenient Meta key.
-Setting viper-no-multiple-ESC to nil will allow as many multiple ESC,
-as is allowed by the major mode in effect."
+Setting it to nil will allow as many multiple ESC, as is allowed by the
+major mode in effect."
   :type 'boolean
   :group 'viper)