diff options
author | Simon Marshall <simon@gnu.org> | 1996-08-05 07:18:48 +0000 |
---|---|---|
committer | Simon Marshall <simon@gnu.org> | 1996-08-05 07:18:48 +0000 |
commit | f8a8423a630cc42b7c742a38666de47c0f8772ec (patch) | |
tree | 239f0754c40025f99ae301360d6a0eedf4319af7 /lisp/help.el | |
parent | 3abf18720b16c70267877dea381878c902d2f47a (diff) | |
download | emacs-f8a8423a630cc42b7c742a38666de47c0f8772ec.tar.gz |
Fully reinstall July 26 change.
Diffstat (limited to 'lisp/help.el')
-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 2c39c4c6da4..70bd0175311 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -99,8 +99,7 @@ (list (concat "\\`\\(" name-char "+\\)\\(\\(:\\)\\|\\('\\)\\)") '(1 (if (match-beginning 3) font-lock-function-name-face - font-lock-variable-name-face) - nil t)) + font-lock-variable-name-face))) ;; ;; Words inside `' which tend to be symbol names. (list (concat "`\\(" sym-char sym-char "+\\)'") |