projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f3c896
)
; * lisp/whitespace.el (whitespace-trailing): Fix a typo.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 29 Oct 2022 12:40:31 +0000
(15:40 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 29 Oct 2022 12:40:31 +0000
(15:40 +0300)
lisp/whitespace.el
patch
|
blob
|
history
diff --git
a/lisp/whitespace.el
b/lisp/whitespace.el
index e518f1e00ab02f7acfac94c2592ec11d75bf1baf..6cdc4ab484561f758de9903164d45cd235676c20 100644
(file)
--- 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)