Variable: help-xref-customization-group-regexp
help-xref-customization-group-regexp is a variable defined in
help-mode.el.gz.
Value
"\\<[Cc]ustomization[ \n]+[Gg]roup[ \n]+['`‘]\\([^'’]+\\)['’]"
Documentation
Regexp matching doc string references to a customization group.
Source Code
;; Defined in /usr/src/emacs/lisp/help-mode.el.gz
(defconst help-xref-customization-group-regexp
"\\<[Cc]ustomization[ \t\n]+[Gg]roup[ \t\n]+['`‘]\\([^'’]+\\)['’]"
"Regexp matching doc string references to a customization group.")