diff options
Diffstat (limited to 'lisp/whitespace.el')
-rw-r--r-- | lisp/whitespace.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/whitespace.el b/lisp/whitespace.el index 629c1063d0b..32a90ba485b 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)) |