1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

; * lisp/edmacro.el (edmacro-reverse-macro-lines): Fix last change.

This commit is contained in:
Eli Zaretskii 2023-09-16 12:54:08 +03:00
parent f25cd56065
commit 68976b00f1

View 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'."