From: Stefan Kangas Date: Tue, 30 Aug 2022 19:31:17 +0000 (+0200) Subject: ; Minor doc fix in Viper X-Git-Tag: emacs-29.0.90~1856^2~823 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1feec84b0f9f100547d428315c74a542228667e4;p=emacs.git ; Minor doc fix in Viper * lisp/emulation/viper-macs.el (viper-repeat-from-history-key): Minor doc fix. --- diff --git a/lisp/emulation/viper-macs.el b/lisp/emulation/viper-macs.el index 06130afa7da..9c2aae1fe9f 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 ` 1', and the command before that, and the command before that one is accessible as ` 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)