aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-09-13 06:16:55 +0000
committerRichard M. Stallman <[email protected]>1997-09-13 06:16:55 +0000
commit085d66980f7e60c9a658280d3f3e30f2d5d57b29 (patch)
tree218f86cd56a209229236ea5abbd129c1d1f8d743
parenta27f97ee156cb33cafb6c7d3c0f1f052058f761f (diff)
(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 3c43a2de87..699319b8c6 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)