diff options
| author | Richard M. Stallman | 1996-10-12 02:31:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-10-12 02:31:48 +0000 |
| commit | 17c3470ee877feb1a5042a22cfddc050c82e5272 (patch) | |
| tree | 009a74fd56a0c7658b7059099791c3441ac014c2 /lisp | |
| parent | 7635fc7c22b291155706ce31fadbdd144f349096 (diff) | |
| download | emacs-17c3470ee877feb1a5042a22cfddc050c82e5272.tar.gz emacs-17c3470ee877feb1a5042a22cfddc050c82e5272.zip | |
(2C-two-columns): Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/textmodes/two-column.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el index 9452a4f9e54..1fa8474c9b9 100644 --- a/lisp/textmodes/two-column.el +++ b/lisp/textmodes/two-column.el | |||
| @@ -325,7 +325,7 @@ When called the first time, associates a buffer with the current | |||
| 325 | buffer in two-column minor mode (see \\[describe-mode] ). | 325 | buffer in two-column minor mode (see \\[describe-mode] ). |
| 326 | Runs `2C-other-buffer-hook' in the new buffer. | 326 | Runs `2C-other-buffer-hook' in the new buffer. |
| 327 | When called again, restores the screen layout with the current buffer | 327 | When called again, restores the screen layout with the current buffer |
| 328 | first and the associated buffer to it's right." | 328 | first and the associated buffer to its right." |
| 329 | (interactive "P") | 329 | (interactive "P") |
| 330 | ;; first go to full width, so that we can certainly split into two windows | 330 | ;; first go to full width, so that we can certainly split into two windows |
| 331 | (if (< (window-width) (frame-width)) | 331 | (if (< (window-width) (frame-width)) |