Variable: hywiki--word-and-buttonize-character-regexp
hywiki--word-and-buttonize-character-regexp is a variable defined in
hywiki.el.
Value
"\\(\\<\\([[:upper:]][[:alpha:]]+\\)\\>\\(?:\\.org\\)?\\(#[^][# \n
\f]+\\)??\\(:L?\\([-+]?[0-9]+\\)\\(:C?\\([-+]?[0-9]+\\)\\)?\\)?\\)\\([][()<>{}\"'
\n!&'\\+,\\./;=\\?@\\\\\\^`|~]\\|$\\)"
Documentation
Regexp matching HyWikiWord#section plus a valid word separating character.
Group 1 is the entire HyWikiWord#section:Lnum:Cnum expression.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defvar hywiki--word-and-buttonize-character-regexp nil
"Regexp matching HyWikiWord#section plus a valid word separating character.
Group 1 is the entire HyWikiWord#section:Lnum:Cnum expression.")