mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-26 08:41:47 -07:00
Clarify whitespace-style doc string
* lisp/whitespace.el (whitespace-style): Doc clarification
(bug#18296).
(cherry picked from commit d96c720d0c)
This commit is contained in:
parent
651182d070
commit
7a03d55230
1 changed files with 7 additions and 7 deletions
|
|
@ -528,14 +528,14 @@ these values is:
|
||||||
2. space-before-tab::tab
|
2. space-before-tab::tab
|
||||||
3. space-before-tab::space
|
3. space-before-tab::space
|
||||||
|
|
||||||
So, for example, if indentation and indentation::space are
|
For example, if `indentation' and `indentation::space' are
|
||||||
included in `whitespace-style' list, the indentation value is
|
included in `whitespace-style', the `indentation' value is used
|
||||||
evaluated instead of indentation::space value.
|
instead of the `indentation::space' value.
|
||||||
|
|
||||||
One reason for not visualize spaces via faces (if `face' is not
|
One reason to not use faces to visualize spaces (i.e., not
|
||||||
included in `whitespace-style') is to use exclusively for
|
include `face' in `whitespace-style') is to use `whitespace-mode'
|
||||||
cleaning up a buffer. See `whitespace-cleanup' and
|
only for cleaning up a buffer. See `whitespace-cleanup' and
|
||||||
`whitespace-cleanup-region' for documentation.
|
`whitespace-cleanup-region'.
|
||||||
|
|
||||||
See also `whitespace-display-mappings' for documentation."
|
See also `whitespace-display-mappings' for documentation."
|
||||||
:type '(set :tag "Kind of Blank"
|
:type '(set :tag "Kind of Blank"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue