]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix kmacro-view-ring-2nd doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 30 May 2021 06:10:15 +0000 (08:10 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 30 May 2021 06:10:15 +0000 (08:10 +0200)
* lisp/kmacro.el (kmacro-view-ring-2nd): Fix doc string (bug#15020).

lisp/kmacro.el

index afc486f4edcd75696058362321bf61951f53cdbc..8821e35c2d17e4e41bf9008a81eb1031144958a3 100644 (file)
@@ -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")))