Variable: help-xref-mule-regexp
help-xref-mule-regexp is a variable defined in help-mode.el.gz.
Value
nil
Documentation
Regexp matching doc string references to MULE-related keywords.
It is usually nil, and is temporarily bound to an appropriate regexp
when help commands related to multilingual environment (e.g.,
describe-coding-system) are invoked.
Source Code
;; Defined in /usr/src/emacs/lisp/help-mode.el.gz
(defvar help-xref-mule-regexp nil
"Regexp matching doc string references to MULE-related keywords.
It is usually nil, and is temporarily bound to an appropriate regexp
when help commands related to multilingual environment (e.g.,
`describe-coding-system') are invoked.")