summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2017-10-28 12:06:30 +0300
committerEli Zaretskii <eliz@gnu.org>2017-10-28 12:06:30 +0300
commitcc8f72ca221e772bd925d9ba41bd4202eb7e5c04 (patch)
tree04ff46bc30643641cc3f88a3eba33ff5b631f457
parent50f711e7fab149d11da8c5caa61ee0b5e6c89bf1 (diff)
downloademacs-cc8f72ca221e772bd925d9ba41bd4202eb7e5c04.tar.gz
Clarify obsolescence message for 'whitespace-tab'
* lisp/whitespace.el (whitespace-tab): Make the obsolescence message more clear about the replacement.
-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'.")
(defvar whitespace-tab 'whitespace-tab
"Symbol face used to visualize TAB.
Used when `whitespace-style' includes the value `tabs'.")
-(make-obsolete-variable 'whitespace-tab "use the face instead." "24.4")
+(make-obsolete-variable 'whitespace-tab
+ "customize the face `whitespace-tab' instead." "24.4")
(defface whitespace-tab
'((((class color) (background dark))