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