From 15fc5225b1c84abfd08a312cf5ca34c65f235a27 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 29 Oct 2022 15:40:31 +0300 Subject: [PATCH] ; * lisp/whitespace.el (whitespace-trailing): Fix a typo. --- lisp/whitespace.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5