aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-08-29 17:23:43 +0000
committerEli Zaretskii2000-08-29 17:23:43 +0000
commit5b7a8c4622e5b3a86939e2c8bd39c4c6ee3fede3 (patch)
tree29d5643d795ab7ed0d5dbd2a076b3d7ae71fbf4f
parentfab407405d5825495d0767310f3329b1ac3080b1 (diff)
downloademacs-5b7a8c4622e5b3a86939e2c8bd39c4c6ee3fede3.tar.gz
emacs-5b7a8c4622e5b3a86939e2c8bd39c4c6ee3fede3.zip
(help-make-xrefs, help-xref-mule-regexp): Doc fix.
-rw-r--r--lisp/help.el14
1 files changed, 7 insertions, 7 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 4c8fa346eaa..a6d804c3e6e 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -1057,11 +1057,11 @@ The words preceding the quoted symbol can be used in doc strings to
1057distinguish references to variables, functions and symbols.") 1057distinguish references to variables, functions and symbols.")
1058 1058
1059(defconst help-xref-mule-regexp nil 1059(defconst help-xref-mule-regexp nil
1060 "Regexp matching doc string references to multilingualization related keywords. 1060 "Regexp matching doc string references to MULE-related keywords.
1061 1061
1062It is usually nil, and temporarily bound to a proper regexp while 1062It is usually nil, and is temporarily bound to an appropriate regexp
1063executing multilingualiation related help commands 1063when help commands related to multilingual environment (e.g.,
1064(e.g. describe-coding-system).") 1064`describe-coding-system') are invoked.")
1065 1065
1066 1066
1067(defconst help-xref-info-regexp 1067(defconst help-xref-info-regexp
@@ -1093,9 +1093,9 @@ and the type of reference may be disambiguated by the preceding
1093word(s) used in `help-xref-symbol-regexp'. 1093word(s) used in `help-xref-symbol-regexp'.
1094 1094
1095If the variable `help-xref-mule-regexp' is non-nil, find also 1095If the variable `help-xref-mule-regexp' is non-nil, find also
1096cross-reference information related to multiligualization issues 1096cross-reference information related to multilingual environment
1097\(e.g. coding-system). This variable is also used to disambiguate the 1097\(e.g., coding-systems). This variable is also used to disambiguate
1098type of reference as the same way as `help-xref-symbol-regexp'. 1098the type of reference as the same way as `help-xref-symbol-regexp'.
1099 1099
1100A special reference `back' is made to return back through a stack of 1100A special reference `back' is made to return back through a stack of
1101help buffers. Variable `help-back-label' specifies the text for 1101help buffers. Variable `help-back-label' specifies the text for