From db1de74e734086063fabb14b6e07789f63e60ad0 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 30 May 2021 08:10:15 +0200 Subject: [PATCH] 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 afc486f4edc..8821e35c2d1 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"))) -- 2.39.5