diff options
| author | Eli Zaretskii | 2000-08-29 17:23:43 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-08-29 17:23:43 +0000 |
| commit | 5b7a8c4622e5b3a86939e2c8bd39c4c6ee3fede3 (patch) | |
| tree | 29d5643d795ab7ed0d5dbd2a076b3d7ae71fbf4f | |
| parent | fab407405d5825495d0767310f3329b1ac3080b1 (diff) | |
| download | emacs-5b7a8c4622e5b3a86939e2c8bd39c4c6ee3fede3.tar.gz emacs-5b7a8c4622e5b3a86939e2c8bd39c4c6ee3fede3.zip | |
(help-make-xrefs, help-xref-mule-regexp): Doc fix.
| -rw-r--r-- | lisp/help.el | 14 |
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 | |||
| 1057 | distinguish references to variables, functions and symbols.") | 1057 | distinguish 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 | ||
| 1062 | It is usually nil, and temporarily bound to a proper regexp while | 1062 | It is usually nil, and is temporarily bound to an appropriate regexp |
| 1063 | executing multilingualiation related help commands | 1063 | when 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 | |||
| 1093 | word(s) used in `help-xref-symbol-regexp'. | 1093 | word(s) used in `help-xref-symbol-regexp'. |
| 1094 | 1094 | ||
| 1095 | If the variable `help-xref-mule-regexp' is non-nil, find also | 1095 | If the variable `help-xref-mule-regexp' is non-nil, find also |
| 1096 | cross-reference information related to multiligualization issues | 1096 | cross-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 |
| 1098 | type of reference as the same way as `help-xref-symbol-regexp'. | 1098 | the type of reference as the same way as `help-xref-symbol-regexp'. |
| 1099 | 1099 | ||
| 1100 | A special reference `back' is made to return back through a stack of | 1100 | A special reference `back' is made to return back through a stack of |
| 1101 | help buffers. Variable `help-back-label' specifies the text for | 1101 | help buffers. Variable `help-back-label' specifies the text for |