From cfd6fbf4ce9694329aad99282de898525ea33aa3 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 10 Aug 2008 20:06:21 +0000 Subject: (toggle-truncate-lines): Doc fix (sync from trunk 2008-04-10). --- lisp/simple.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index 75d23fe1c17..2afc1f7801d 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4359,7 +4359,8 @@ The variable `selective-display' has a separate value for each buffer." "Toggle whether to fold or truncate long lines for the current buffer. With prefix argument ARG, truncate long lines if ARG is positive, otherwise don't truncate them. Note that in side-by-side -windows, truncation is always enabled." +windows, this command has no effect if `truncate-partial-width-windows' +is non-nil." (interactive "P") (setq truncate-lines (if (null arg) -- cgit v1.2.1