Variable: edmacro--counter-line-regexp
edmacro--counter-line-regexp is a variable defined in edmacro.el.gz.
Value
"Counter:[ ]*\\([^ \n]*\\)[ ]*$"
Documentation
A regexp identifying the line containing the counter value.
Source Code
;; Defined in /usr/src/emacs/lisp/edmacro.el.gz
(defvar edmacro--counter-line-regexp
"Counter:[ \t]*\\([^ \t\n]*\\)[ \t]*$"
"A regexp identifying the line containing the counter value.")