]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix doc strings in kmacro.el
authorEli Zaretskii <eliz@gnu.org>
Mon, 3 Jun 2024 11:35:51 +0000 (14:35 +0300)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Jun 2024 14:33:23 +0000 (16:33 +0200)
* lisp/kmacro.el (kmacro-reg-add-counter-equal)
(kmacro-reg-add-counter-less, kmacro-reg-add-counter-greater):
Clarify doc string.  (Bug#61549)

(cherry picked from commit 52f802363ad34010cd073629a55831a52377dd43)

lisp/kmacro.el

index ed6ce42815bb22bc35aede980ce465b52baffeec..09883a372779e911b01091a496cf104f9df7c1b8 100644 (file)
@@ -372,6 +372,7 @@ information."
 
 (defun kmacro-reg-add-counter-equal (&optional arg)
   "Increment counter by one if it is equal to register value.
+Prompt for the register to compare.
 Optional non-nil ARG specifies the increment."
   (interactive "p")
   (let
@@ -381,6 +382,7 @@ Optional non-nil ARG specifies the increment."
 
 (defun kmacro-reg-add-counter-less (&optional arg)
   "Increment counter by one if it is less than register value.
+Prompt for the register to compare.
 Optional non-nil ARG specifies increment."
   (interactive "p")
   (let
@@ -391,6 +393,7 @@ Optional non-nil ARG specifies increment."
 
 (defun kmacro-reg-add-counter-greater (&optional arg)
   "Increment counter by one if it is greater than register value.
+Prompt for the register to compare.
 Optional non-nil ARG specifies increment."
   (interactive "p")
   (let