mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; * lisp/whitespace.el (whitespace-trailing): Fix a typo.
This commit is contained in:
parent
9f3c896f7c
commit
15fc5225b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue