mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-20 18:17:20 +00:00
* whitespace.el (whitespace-mode, whitespace-newline-mode)
(global-whitespace-mode, global-whitespace-newline-mode) (whitespace-toggle-options, global-whitespace-toggle-options): Doc fix (Bug#3660).
This commit is contained in:
parent
ba07c9ad6c
commit
cdd47d4862
@ -1,5 +1,10 @@
|
||||
2009-10-24 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* whitespace.el (whitespace-mode, whitespace-newline-mode)
|
||||
(global-whitespace-mode, global-whitespace-newline-mode)
|
||||
(whitespace-toggle-options, global-whitespace-toggle-options): Doc
|
||||
fix (Bug#3660).
|
||||
|
||||
* nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
|
||||
of xmltok-start before the end tag was inserted (Bug#2840).
|
||||
|
||||
|
@ -1022,7 +1022,6 @@ Any other value is treated as nil."
|
||||
If ARG is null, toggle whitespace visualization.
|
||||
If ARG is a number greater than zero, turn on visualization;
|
||||
otherwise, turn off visualization.
|
||||
Only useful with a windowing system.
|
||||
|
||||
See also `whitespace-style', `whitespace-newline' and
|
||||
`whitespace-display-mappings'."
|
||||
@ -1047,7 +1046,6 @@ See also `whitespace-style', `whitespace-newline' and
|
||||
If ARG is null, toggle NEWLINE visualization.
|
||||
If ARG is a number greater than zero, turn on visualization;
|
||||
otherwise, turn off visualization.
|
||||
Only useful with a windowing system.
|
||||
|
||||
Use `whitespace-newline-mode' only for NEWLINE visualization
|
||||
exclusively. For other visualizations, including NEWLINE
|
||||
@ -1076,7 +1074,6 @@ See also `whitespace-newline' and `whitespace-display-mappings'."
|
||||
If ARG is null, toggle whitespace visualization.
|
||||
If ARG is a number greater than zero, turn on visualization;
|
||||
otherwise, turn off visualization.
|
||||
Only useful with a windowing system.
|
||||
|
||||
See also `whitespace-style', `whitespace-newline' and
|
||||
`whitespace-display-mappings'."
|
||||
@ -1133,7 +1130,6 @@ See also `whitespace-style', `whitespace-newline' and
|
||||
If ARG is null, toggle NEWLINE visualization.
|
||||
If ARG is a number greater than zero, turn on visualization;
|
||||
otherwise, turn off visualization.
|
||||
Only useful with a windowing system.
|
||||
|
||||
Use `global-whitespace-newline-mode' only for NEWLINE
|
||||
visualization exclusively. For other visualizations, including
|
||||
@ -1299,8 +1295,6 @@ The valid symbols are:
|
||||
|
||||
whitespace-style restore `whitespace-style' value
|
||||
|
||||
Only useful with a windowing system.
|
||||
|
||||
See `whitespace-style' and `indent-tabs-mode' for documentation."
|
||||
(interactive (whitespace-interactive-char t))
|
||||
(let ((whitespace-style
|
||||
@ -1378,8 +1372,6 @@ The valid symbols are:
|
||||
|
||||
whitespace-style restore `whitespace-style' value
|
||||
|
||||
Only useful with a windowing system.
|
||||
|
||||
See `whitespace-style' and `indent-tabs-mode' for documentation."
|
||||
(interactive (whitespace-interactive-char nil))
|
||||
(let ((whitespace-style
|
||||
|
Loading…
Reference in New Issue
Block a user