emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 cc8f72c: Clarify obsolescence message for 'whites


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 cc8f72c: Clarify obsolescence message for 'whitespace-tab'
Date: Sat, 28 Oct 2017 05:07:34 -0400 (EDT)

branch: emacs-26
commit cc8f72ca221e772bd925d9ba41bd4202eb7e5c04
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Clarify obsolescence message for 'whitespace-tab'
    
    * lisp/whitespace.el (whitespace-tab): Make the obsolescence
    message more clear about the replacement.
---
 lisp/whitespace.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/whitespace.el b/lisp/whitespace.el
index 1424764..cd04e66 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]