]> git.eshelyaron.com Git - emacs.git/commitdiff
(viper-repeat-from-history-key): Fix customize type.
authorRichard M. Stallman <rms@gnu.org>
Sat, 13 Sep 1997 06:13:10 +0000 (06:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 13 Sep 1997 06:13:10 +0000 (06:13 +0000)
lisp/emulation/viper-macs.el

index 09616fb293a2a2bc918291444249fd264a29ce0d..3b28721f6bf942f698514b64e5509e0176b459d0 100644 (file)
@@ -81,7 +81,7 @@ before that one is accessible as `<this key> 2'.
 The notation for these keys is borrowed from XEmacs. Basically,
 a key is a symbol, e.g., `a', `\\1', `f2', etc., or a list, e.g.,
 `(meta control f1)'."
-  :type 'key
+  :type 'sexp
   :group 'viper)