summaryrefslogtreecommitdiff
path: root/lisp/kmacro.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/kmacro.el')
-rw-r--r--lisp/kmacro.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/kmacro.el b/lisp/kmacro.el
index c8dd05f7c4d..b715e44387e 100644
--- a/lisp/kmacro.el
+++ b/lisp/kmacro.el
@@ -231,12 +231,12 @@ macro to be executed before appending to it."
;;; Keyboard macro counter
(defvar kmacro-counter 0
- "*Current keyboard macro counter.")
+ "Current keyboard macro counter.")
(defvar kmacro-default-counter-format "%d")
(defvar kmacro-counter-format "%d"
- "*Current keyboard macro counter format.")
+ "Current keyboard macro counter format.")
(defvar kmacro-counter-format-start kmacro-counter-format
"Macro format at start of macro execution.")