emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 15fc5225b1: ; * lisp/whitespace.el (whitespace-trailing): Fix a


From: Eli Zaretskii
Subject: emacs-28 15fc5225b1: ; * lisp/whitespace.el (whitespace-trailing): Fix a typo.
Date: Sat, 29 Oct 2022 08:40:50 -0400 (EDT)

branch: emacs-28
commit 15fc5225b1c84abfd08a312cf5ca34c65f235a27
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/whitespace.el (whitespace-trailing): Fix a typo.
---
 lisp/whitespace.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/whitespace.el b/lisp/whitespace.el
index e518f1e00a..6cdc4ab484 100644
--- a/lisp/whitespace.el
+++ b/lisp/whitespace.el
@@ -536,7 +536,7 @@ Used when `whitespace-style' includes the value 
`trailing'.")
     (t :background "red1" :foreground "yellow"))
   "Face used to visualize trailing blanks.
 
-See '`whitespace-trailing-regexp'."
+See `whitespace-trailing-regexp'."
   :group 'whitespace)
 
 



reply via email to

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