From 1feec84b0f9f100547d428315c74a542228667e4 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 30 Aug 2022 21:31:17 +0200 Subject: [PATCH] ; 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 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) -- 2.39.2