changeset 19909:c62c4684f0b7

(viper-non-vi-major-modes): Fix customize type.
author Richard M. Stallman <rms@gnu.org>
date Sat, 13 Sep 1997 06:16:55 +0000
parents 3a37d4348914
children 103cd29aea6f
files lisp/emulation/viper.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emulation/viper.el	Sat Sep 13 06:16:07 1997 +0000
+++ b/lisp/emulation/viper.el	Sat Sep 13 06:16:55 1997 +0000
@@ -368,9 +368,9 @@
 		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)