Mercurial > emacs
changeset 93958:22a31e3179e0
(toggle-truncate-lines): Doc fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 10 Apr 2008 07:45:42 +0000 |
parents | 139a888c8649 |
children | 877b2b1c2015 |
files | lisp/simple.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Thu Apr 10 07:34:40 2008 +0000 +++ b/lisp/simple.el Thu Apr 10 07:45:42 2008 +0000 @@ -4738,7 +4738,8 @@ "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)