diff options
| author | Richard M. Stallman | 1997-09-13 06:13:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-09-13 06:13:10 +0000 |
| commit | eabbaad87ab30d55dc7d008f9053a0f7a210177e (patch) | |
| tree | 36106b25961f70ff2763e41bb2d2574ecfdca521 | |
| parent | 5ee3742d67de57b54d90684c0ec36622dcdd6466 (diff) | |
| download | emacs-eabbaad87ab30d55dc7d008f9053a0f7a210177e.tar.gz emacs-eabbaad87ab30d55dc7d008f9053a0f7a210177e.zip | |
(viper-repeat-from-history-key): Fix customize type.
| -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'. | |||
| 81 | The notation for these keys is borrowed from XEmacs. Basically, | 81 | The notation for these keys is borrowed from XEmacs. Basically, |
| 82 | a key is a symbol, e.g., `a', `\\1', `f2', etc., or a list, e.g., | 82 | a 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 | ||