diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-09-13 06:13:10 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-09-13 06:13:10 +0000 |
commit | eabbaad87ab30d55dc7d008f9053a0f7a210177e (patch) | |
tree | 36106b25961f70ff2763e41bb2d2574ecfdca521 /lisp/emulation | |
parent | 5ee3742d67de57b54d90684c0ec36622dcdd6466 (diff) | |
download | emacs-eabbaad87ab30d55dc7d008f9053a0f7a210177e.tar.gz |
(viper-repeat-from-history-key): Fix customize type.
Diffstat (limited to 'lisp/emulation')
-rw-r--r-- | lisp/emulation/viper-macs.el | 2 |
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'. 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) |