diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2003-10-19 04:10:34 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2003-10-19 04:10:34 +0000 |
commit | 9315fc345e35085ec46207a61e1cbf20a310d7d1 (patch) | |
tree | ac6bc4d980062ca5ad056f67130baabccbc9c732 /lisp/help-mode.el | |
parent | c0d3ed223b209f66b960bbf4ee1277799ce1a2b7 (diff) | |
download | emacs-9315fc345e35085ec46207a61e1cbf20a310d7d1.tar.gz |
(help-make-xrefs): Slight correction to previous change.
Diffstat (limited to 'lisp/help-mode.el')
-rw-r--r-- | lisp/help-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help-mode.el b/lisp/help-mode.el index 8e33b08bd42..bcf15c54f77 100644 --- a/lisp/help-mode.el +++ b/lisp/help-mode.el @@ -282,7 +282,7 @@ disambiguated by the preceding word(s) used in `help-xref-symbol-regexp'. Faces only get cross-referenced if preceded or followed by the word `face'. Variables without variable documentation do not get cross-referenced, unless -preceded by the word `variable'. +preceded by the word `variable' or `option'. If the variable `help-xref-mule-regexp' is non-nil, find also cross-reference information related to multilingual environment |