diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-10-29 15:40:31 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-10-29 15:40:31 +0300 |
commit | 15fc5225b1c84abfd08a312cf5ca34c65f235a27 (patch) | |
tree | fa4e0f4ac6d2431af75d15436903e2601dbf8a19 /lisp/whitespace.el | |
parent | 9f3c896f7cb116bddaa072b6b37fe6c2377c3cc2 (diff) | |
download | emacs-15fc5225b1c84abfd08a312cf5ca34c65f235a27.tar.gz emacs-15fc5225b1c84abfd08a312cf5ca34c65f235a27.tar.bz2 emacs-15fc5225b1c84abfd08a312cf5ca34c65f235a27.zip |
; * lisp/whitespace.el (whitespace-trailing): Fix a typo.
Diffstat (limited to 'lisp/whitespace.el')
-rw-r--r-- | lisp/whitespace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/whitespace.el b/lisp/whitespace.el index e518f1e00ab..6cdc4ab4845 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) |