1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Add a customization group link from whitespace-mode

* lisp/whitespace.el (whitespace-mode): Add a link to the
whitespace customization group to see the faces (bug#18296).
This commit is contained in:
Lars Ingebrigtsen 2021-09-04 10:19:39 +02:00
parent 3f999c03c2
commit 239ca285f9

View 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