Mercurial > emacs
changeset 73307:719af03ef247
(2C-two-columns): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 09 Oct 2006 15:08:13 +0000 |
parents | f9d85be1a1de |
children | 194b79b77de3 |
files | lisp/textmodes/two-column.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/two-column.el Mon Oct 09 11:11:26 2006 +0000 +++ b/lisp/textmodes/two-column.el Mon Oct 09 15:08:13 2006 +0000 @@ -341,8 +341,8 @@ (defun 2C-two-columns (&optional buffer) "Split current window vertically for two-column editing. \\<global-map>When called the first time, associates a buffer with the current -buffer in two-column minor mode (see \\[describe-mode] ). -Runs `2C-other-buffer-hook' in the new buffer. +buffer in two-column minor mode (use \\[describe-mode] once in the mode, +for details.). It runs `2C-other-buffer-hook' in the new buffer. When called again, restores the screen layout with the current buffer first and the associated buffer to its right." (interactive "P")