; Minor doc fix in Viper

* lisp/emulation/viper-macs.el (viper-repeat-from-history-key):
Minor doc fix.
This commit is contained in:
Stefan Kangas 2022-08-30 21:31:17 +02:00
parent 292703d64b
commit 1feec84b0f

View file

@ -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)