Clarify obsolescence message for 'whitespace-tab'
* lisp/whitespace.el (whitespace-tab): Make the obsolescence message more clear about the replacement.
This commit is contained in:
parent
50f711e7fa
commit
cc8f72ca22
1 changed files with 2 additions and 1 deletions
|
@ -495,7 +495,8 @@ Used when `whitespace-style' includes the value `spaces'.")
|
||||||
(defvar whitespace-tab 'whitespace-tab
|
(defvar whitespace-tab 'whitespace-tab
|
||||||
"Symbol face used to visualize TAB.
|
"Symbol face used to visualize TAB.
|
||||||
Used when `whitespace-style' includes the value `tabs'.")
|
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
|
(defface whitespace-tab
|
||||||
'((((class color) (background dark))
|
'((((class color) (background dark))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue