mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-14 01:36:36 -04:00
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
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue