(toggle-truncate-lines): Doc fix.
This commit is contained in:
parent
7d35417893
commit
627bb5dcb5
2 changed files with 4 additions and 1 deletions
|
|
@ -24,6 +24,8 @@
|
|||
|
||||
2008-04-10 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* 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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue