diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/help.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/help.el b/lisp/help.el index 957a0fc637f..7e5f9a4396d 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -940,8 +940,7 @@ and the file name is displayed in the echo area." | |||
| 940 | (defcustom help-highlight-p t | 940 | (defcustom help-highlight-p t |
| 941 | "*If non-nil, `help-make-xrefs' highlight cross-references. | 941 | "*If non-nil, `help-make-xrefs' highlight cross-references. |
| 942 | Under a window system it highlights them with face defined by | 942 | Under a window system it highlights them with face defined by |
| 943 | `help-highlight-face'. On a character terminal highlighted | 943 | `help-highlight-face'." |
| 944 | references look like cross-references in info mode." | ||
| 945 | :group 'help | 944 | :group 'help |
| 946 | :version "20.3" | 945 | :version "20.3" |
| 947 | :type 'boolean) | 946 | :type 'boolean) |