]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/edmacro.el (edmacro-reverse-macro-lines): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Sat, 16 Sep 2023 09:54:08 +0000 (12:54 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 16 Sep 2023 09:54:08 +0000 (12:54 +0300)
lisp/edmacro.el

index 6cad8158321416d1c195e3511f25a1978509170d..232ef767b4536c5be3b982ad4776c1d7b31e6f2b 100644 (file)
@@ -74,7 +74,7 @@ Default nil means to write characters above \\177 in octal notation."
   :group 'kmacro)
 
 (defcustom edmacro-reverse-macro-lines nil
-  "Non-nil if `edit-kbd-macro' should show the most recent line of key sequences first.
+  "If non-nil, `edit-kbd-macro' shows most recent line of key sequences first.
 
 This is useful when dealing with long lists of key sequences, such as
 from `kmacro-edit-lossage'."