mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-10 14:10:51 +00:00
Fix doc strings in whitespace.el
* lisp/whitespace.el (whitespace-style, whitespace-action): Untabify the doc strings. (Bug#55904)
This commit is contained in:
parent
0705705ebf
commit
52ad2b53cb
1 changed files with 16 additions and 16 deletions
|
@ -880,27 +880,27 @@ C++ modes only."
|
||||||
|
|
||||||
It's a list containing some or all of the following values:
|
It's a list containing some or all of the following values:
|
||||||
|
|
||||||
nil no action is taken.
|
nil no action is taken.
|
||||||
|
|
||||||
cleanup cleanup any bogus whitespace always when local
|
cleanup cleanup any bogus whitespace always when local
|
||||||
whitespace is turned on.
|
whitespace is turned on.
|
||||||
See `whitespace-cleanup' and
|
See `whitespace-cleanup' and
|
||||||
`whitespace-cleanup-region'.
|
`whitespace-cleanup-region'.
|
||||||
|
|
||||||
report-on-bogus report if there is any bogus whitespace always
|
report-on-bogus report if there is any bogus whitespace always
|
||||||
when local whitespace is turned on.
|
when local whitespace is turned on.
|
||||||
|
|
||||||
auto-cleanup cleanup any bogus whitespace when buffer is
|
auto-cleanup cleanup any bogus whitespace when buffer is
|
||||||
written.
|
written.
|
||||||
See `whitespace-cleanup' and
|
See `whitespace-cleanup' and
|
||||||
`whitespace-cleanup-region'.
|
`whitespace-cleanup-region'.
|
||||||
|
|
||||||
abort-on-bogus abort if there is any bogus whitespace and the
|
abort-on-bogus abort if there is any bogus whitespace and the
|
||||||
buffer is written.
|
buffer is written.
|
||||||
|
|
||||||
warn-if-read-only give a warning if `cleanup' or `auto-cleanup'
|
warn-if-read-only give a warning if `cleanup' or `auto-cleanup'
|
||||||
is included in `whitespace-action' and the
|
is included in `whitespace-action' and the
|
||||||
buffer is read-only.
|
buffer is read-only.
|
||||||
|
|
||||||
Any other value is treated as nil."
|
Any other value is treated as nil."
|
||||||
:type '(choice :tag "Actions"
|
:type '(choice :tag "Actions"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue