summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-13 06:16:55 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-13 06:16:55 +0000
commit9296c189b717672470fb5e6d0f5dce36e08f3906 (patch)
treee560a49815dd7917306502685041bd60e2bbd52b
parent2262d4834a1af868102c07634a96128cf0e089ba (diff)
downloademacs-9296c189b717672470fb5e6d0f5dce36e08f3906.tar.gz
(viper-non-vi-major-modes): Fix customize type.
-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 3c43a2de875..699319b8c6f 100644
--- a/lisp/emulation/viper.el
+++ b/lisp/emulation/viper.el
@@ -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)