]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-font-lock-keywords): Undo July 26 change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 31 Jul 1996 18:17:16 +0000 (18:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 31 Jul 1996 18:17:16 +0000 (18:17 +0000)
lisp/help.el

index 59cc1974a7d7c4e04cf507f6da69e90b9ebf3ddd..2c39c4c6da46799b3807045ad37709aec05e486e 100644 (file)
        ;;
        ;; The symbol itself.
        (list (concat "\\`\\(" name-char "+\\)\\(\\(:\\)\\|\\('\\)\\)")
-            '(1 font-lock-function-name-face))
+            '(1 (if (match-beginning 3)
+                    font-lock-function-name-face
+                  font-lock-variable-name-face)
+                nil t))
        ;;
        ;; Words inside `' which tend to be symbol names.
        (list (concat "`\\(" sym-char sym-char "+\\)'")