emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 1feec84b0f: ; Minor doc fix in Viper


From: Stefan Kangas
Subject: master 1feec84b0f: ; Minor doc fix in Viper
Date: Tue, 30 Aug 2022 15:32:39 -0400 (EDT)

branch: master
commit 1feec84b0f9f100547d428315c74a542228667e4
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Minor doc fix in Viper
    
    * lisp/emulation/viper-macs.el (viper-repeat-from-history-key):
    Minor doc fix.
---
 lisp/emulation/viper-macs.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lisp/emulation/viper-macs.el b/lisp/emulation/viper-macs.el
index 06130afa7d..9c2aae1fe9 100644
--- a/lisp/emulation/viper-macs.el
+++ b/lisp/emulation/viper-macs.el
@@ -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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]