emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master db1de74 1/3: Fix kmacro-view-ring-2nd doc string


From: Lars Ingebrigtsen
Subject: master db1de74 1/3: Fix kmacro-view-ring-2nd doc string
Date: Sun, 30 May 2021 02:25:30 -0400 (EDT)

branch: master
commit db1de74e734086063fabb14b6e07789f63e60ad0
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix kmacro-view-ring-2nd doc string
    
    * lisp/kmacro.el (kmacro-view-ring-2nd): Fix doc string (bug#15020).
---
 lisp/kmacro.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/kmacro.el b/lisp/kmacro.el
index afc486f..8821e35 100644
--- a/lisp/kmacro.el
+++ b/lisp/kmacro.el
@@ -482,7 +482,7 @@ without repeating the prefix."
 
 
 (defun kmacro-view-ring-2nd ()
-  "Display the current head of the keyboard macro ring."
+  "Display the second macro in the keyboard macro ring."
   (interactive)
   (unless (kmacro-ring-empty-p)
     (kmacro-display (car (car kmacro-ring)) nil "2nd macro")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]