]> git.eshelyaron.com Git - emacs.git/commitdiff
(viper-non-vi-major-modes): Fix customize type.
authorRichard M. Stallman <rms@gnu.org>
Sat, 13 Sep 1997 06:16:55 +0000 (06:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 13 Sep 1997 06:16:55 +0000 (06:16 +0000)
lisp/emulation/viper.el

index 3c43a2de87531eb5b36357d48403ab48072a2b4c..699319b8c6f495a135dbc77f0ead595c16924084 100644 (file)
@@ -368,9 +368,9 @@ DO NOT set this variable interactively."
                Buffer-menu-mode view-mode vm-mode vm-summary-mode)
   "*A list of major modes that should never come up in Vi command mode.
 Viper automatically augments this list with some obvious modes, such as
-`dired-mode', `tar-mode', etc. So, don't put modes on this list, unless 
+`dired-mode', `tar-mode', etc.  So, don't put a mode on this list, unless 
 it comes up in a wrong Viper state."
-  :type 'list
+  :type '(repeat symbol)
   :group 'viper)