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:
parent
3f999c03c2
commit
239ca285f9
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue