]> git.eshelyaron.com Git - emacs.git/commitdiff
Add a customization group link from whitespace-mode
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 4 Sep 2021 08:19:39 +0000 (10:19 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 4 Sep 2021 08:19:39 +0000 (10:19 +0200)
* lisp/whitespace.el (whitespace-mode): Add a link to the
whitespace customization group to see the faces (bug#18296).

lisp/whitespace.el

index a2dc6ab9814e1f9ed93d94bc89e7b5b498b8fed4..a3a127474d365d4a084fb568f50db6f268149ad8 100644 (file)
@@ -924,7 +924,10 @@ Any other value is treated as nil."
   "Toggle whitespace visualization (Whitespace mode).
 
 See also `whitespace-style', `whitespace-newline' and
-`whitespace-display-mappings'."
+`whitespace-display-mappings'.
+
+This mode uses a number of faces to visualize the whitespace; see
+the customization group `whitespace' for details."
   :lighter    " ws"
   :init-value nil
   :global     nil