From 627bb5dcb5b217f6cfc31a2610fc94003e9d12b9 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 10 Apr 2008 07:46:40 +0000 Subject: [PATCH] (toggle-truncate-lines): Doc fix. --- lisp/ChangeLog | 2 ++ lisp/simple.el | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a7aeb668041..6f7c05ce28d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -24,6 +24,8 @@ 2008-04-10 Glenn Morris + * simple.el (toggle-truncate-lines): Doc fix. + * Makefile.in (MH_E_DIR): New variable. (MH_E_SRC): Restore variable removed 2008-03-13. (mh-loaddefs.el): Depend on $MH_E_SRC. diff --git a/lisp/simple.el b/lisp/simple.el index 9135ad50218..02d2d5c8779 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4738,7 +4738,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) -- 2.39.5