diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-10-24 21:51:03 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-10-24 21:51:03 +0000 |
commit | cdd47d486241da5b07edb107020b5cf937fd63b1 (patch) | |
tree | 1dd8976b0ce2ecf772c7e5c21bb69bcaff3f19ae /lisp/whitespace.el | |
parent | ba07c9ad6ca99c680fec4711333db0009b997214 (diff) | |
download | emacs-cdd47d486241da5b07edb107020b5cf937fd63b1.tar.gz |
* 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).
Diffstat (limited to 'lisp/whitespace.el')
-rw-r--r-- | lisp/whitespace.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/whitespace.el b/lisp/whitespace.el index a66bd9360f3..4529180c7ee 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -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 |