1
Fork 0
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:
Eli Zaretskii 2022-10-29 15:40:31 +03:00
parent 9f3c896f7c
commit 15fc5225b1

View file

@ -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)