aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/font-lock.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index 749f137f567..80c9f62af7a 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -331,7 +331,7 @@ This can be an \"!\" or the \"n\" in \"ifndef\".")
331 "Face name to use for preprocessor directives.") 331 "Face name to use for preprocessor directives.")
332 332
333(defvar font-lock-reference-face 'font-lock-constant-face) 333(defvar font-lock-reference-face 'font-lock-constant-face)
334(make-obsolete-variable 'font-lock-reference-face 'font-lock-constant-face) 334(make-obsolete-variable 'font-lock-reference-face 'font-lock-constant-face "20.3")
335 335
336;; Fontification variables: 336;; Fontification variables:
337 337
@@ -2206,7 +2206,7 @@ Used in `cpp-font-lock-keywords'.")
2206 (list (+ 2 directives-depth) 2206 (list (+ 2 directives-depth)
2207 'font-lock-variable-name-face nil t)))) 2207 'font-lock-variable-name-face nil t))))
2208 "Font lock keyords for C preprocessor directives. 2208 "Font lock keyords for C preprocessor directives.
2209`c-mode', `c++-mode' and `objc-mode' have their own 2209`c-mode', `c++-mode' and `objc-mode' have their own
2210font lock keyords for C preprocessor directives. This definition is for the 2210font lock keyords for C preprocessor directives. This definition is for the
2211other modes in which C preprocessor directives are used. e.g. `asm-mode' and 2211other modes in which C preprocessor directives are used. e.g. `asm-mode' and
2212`ld-script-mode'.") 2212`ld-script-mode'.")