changeset 19907:819a01a83872

(viper-repeat-from-history-key): Fix customize type.
author Richard M. Stallman <rms@gnu.org>
date Sat, 13 Sep 1997 06:13:10 +0000
parents 9a24e495d968
children 3a37d4348914
files lisp/emulation/viper-macs.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emulation/viper-macs.el	Sat Sep 13 06:12:13 1997 +0000
+++ b/lisp/emulation/viper-macs.el	Sat Sep 13 06:13:10 1997 +0000
@@ -81,7 +81,7 @@
 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)