]> git.eshelyaron.com Git - emacs.git/commitdiff
; Minor doc fix in Viper
authorStefan Kangas <stefankangas@gmail.com>
Tue, 30 Aug 2022 19:31:17 +0000 (21:31 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 30 Aug 2022 19:31:17 +0000 (21:31 +0200)
* lisp/emulation/viper-macs.el (viper-repeat-from-history-key):
Minor doc fix.

lisp/emulation/viper-macs.el

index 06130afa7da947ecb898d354b2b0dcc34fbd251a..9c2aae1fe9fe3d30bcd839cbdf09541ea6db60eb 100644 (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)