Mercurial > emacs
changeset 80701:79edb264c830
(toggle-truncate-lines): Doc fix (sync from trunk 2008-04-10).
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 10 Aug 2008 20:06:21 +0000 |
parents | 46a4abfd98ce |
children | a54af6a5244e |
files | lisp/simple.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Sun Aug 10 20:06:08 2008 +0000 +++ b/lisp/simple.el Sun Aug 10 20:06:21 2008 +0000 @@ -4359,7 +4359,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)