From: Eli Zaretskii Date: Sat, 16 Sep 2023 09:54:08 +0000 (+0300) Subject: ; * lisp/edmacro.el (edmacro-reverse-macro-lines): Fix last change. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68976b00f1024f4bd3b5f2f91c090426c03f609a;p=emacs.git ; * lisp/edmacro.el (edmacro-reverse-macro-lines): Fix last change. --- 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'."