aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-09-13 06:13:10 +0000
committerRichard M. Stallman1997-09-13 06:13:10 +0000
commiteabbaad87ab30d55dc7d008f9053a0f7a210177e (patch)
tree36106b25961f70ff2763e41bb2d2574ecfdca521
parent5ee3742d67de57b54d90684c0ec36622dcdd6466 (diff)
downloademacs-eabbaad87ab30d55dc7d008f9053a0f7a210177e.tar.gz
emacs-eabbaad87ab30d55dc7d008f9053a0f7a210177e.zip
(viper-repeat-from-history-key): Fix customize type.
-rw-r--r--lisp/emulation/viper-macs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-macs.el b/lisp/emulation/viper-macs.el
index 09616fb293a..3b28721f6bf 100644
--- a/lisp/emulation/viper-macs.el
+++ b/lisp/emulation/viper-macs.el
@@ -81,7 +81,7 @@ before that one is accessible as `<this key> 2'.
81The notation for these keys is borrowed from XEmacs. Basically, 81The notation for these keys is borrowed from XEmacs. Basically,
82a key is a symbol, e.g., `a', `\\1', `f2', etc., or a list, e.g., 82a key is a symbol, e.g., `a', `\\1', `f2', etc., or a list, e.g.,
83`(meta control f1)'." 83`(meta control f1)'."
84 :type 'key 84 :type 'sexp
85 :group 'viper) 85 :group 'viper)
86 86
87 87