aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/whitespace.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/whitespace.el b/lisp/whitespace.el
index 14247646d49..cd04e6651ac 100644
--- a/lisp/whitespace.el
+++ b/lisp/whitespace.el
@@ -495,7 +495,8 @@ Used when `whitespace-style' includes the value `spaces'.")
495(defvar whitespace-tab 'whitespace-tab 495(defvar whitespace-tab 'whitespace-tab
496 "Symbol face used to visualize TAB. 496 "Symbol face used to visualize TAB.
497Used when `whitespace-style' includes the value `tabs'.") 497Used when `whitespace-style' includes the value `tabs'.")
498(make-obsolete-variable 'whitespace-tab "use the face instead." "24.4") 498(make-obsolete-variable 'whitespace-tab
499 "customize the face `whitespace-tab' instead." "24.4")
499 500
500(defface whitespace-tab 501(defface whitespace-tab
501 '((((class color) (background dark)) 502 '((((class color) (background dark))