From: Eli Zaretskii Date: Sat, 29 Oct 2022 12:40:31 +0000 (+0300) Subject: ; * lisp/whitespace.el (whitespace-trailing): Fix a typo. X-Git-Tag: emacs-28.3-rc1~20 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=15fc5225b1c84abfd08a312cf5ca34c65f235a27;p=emacs.git ; * lisp/whitespace.el (whitespace-trailing): Fix a typo. --- 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)