From 68976b00f1024f4bd3b5f2f91c090426c03f609a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 16 Sep 2023 12:54:08 +0300 Subject: [PATCH] ; * lisp/edmacro.el (edmacro-reverse-macro-lines): Fix last change. --- lisp/edmacro.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/edmacro.el b/lisp/edmacro.el index 6cad8158321..232ef767b45 100644 --- a/lisp/edmacro.el +++ b/lisp/edmacro.el @@ -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'." -- 2.39.5