; Minor doc fix in Viper
* lisp/emulation/viper-macs.el (viper-repeat-from-history-key): Minor doc fix.
This commit is contained in:
parent
292703d64b
commit
1feec84b0f
1 changed files with 2 additions and 3 deletions
|
@ -66,9 +66,8 @@
|
|||
The previous command is accessible, as usual, via `.'. The command before this
|
||||
can be invoked as `<this key> 1', and the command before that, and the command
|
||||
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)'."
|
||||
Basically, a key is a symbol, e.g., `a', `\\1', `f2', etc., or a
|
||||
list, e.g., `(meta control f1)'."
|
||||
:type 'sexp
|
||||
:group 'viper)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue