From cdd47d486241da5b07edb107020b5cf937fd63b1 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 24 Oct 2009 21:51:03 +0000 Subject: [PATCH] * 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). --- lisp/ChangeLog | 5 +++++ lisp/whitespace.el | 8 -------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 05fc82ece96..a51fc89ea14 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,10 @@ 2009-10-24 Chong Yidong + * 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). 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 -- 2.39.5