diff options
| -rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 7a278ad3db6..aa44fa382ba 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -4329,7 +4329,7 @@ The variable `selective-display' has a separate value for each buffer." | |||
| 4329 | (defvaralias 'default-indicate-unused-lines 'default-indicate-empty-lines) | 4329 | (defvaralias 'default-indicate-unused-lines 'default-indicate-empty-lines) |
| 4330 | 4330 | ||
| 4331 | (defun toggle-truncate-lines (&optional arg) | 4331 | (defun toggle-truncate-lines (&optional arg) |
| 4332 | "Toggle whether to fold or truncate long lines on the screen. | 4332 | "Toggle whether to fold or truncate long lines for the current buffer. |
| 4333 | With arg, truncate long lines iff arg is positive. | 4333 | With arg, truncate long lines iff arg is positive. |
| 4334 | Note that in side-by-side windows, truncation is always enabled." | 4334 | Note that in side-by-side windows, truncation is always enabled." |
| 4335 | (interactive "P") | 4335 | (interactive "P") |