diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/kmacro.el | 2 |
1 files changed, 1 insertions, 1 deletions
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"))) |