]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/whitespace.el (whitespace-trailing): Fix a typo.
authorEli Zaretskii <eliz@gnu.org>
Sat, 29 Oct 2022 12:40:31 +0000 (15:40 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 29 Oct 2022 12:40:31 +0000 (15:40 +0300)
lisp/whitespace.el

index e518f1e00ab02f7acfac94c2592ec11d75bf1baf..6cdc4ab484561f758de9903164d45cd235676c20 100644 (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)