From: Richard M. Stallman Date: Mon, 9 Oct 2006 15:08:13 +0000 (+0000) Subject: (2C-two-columns): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~182 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=02de2661d88dd99c71d97978f00690112c0e402d;p=emacs.git (2C-two-columns): Doc fix. --- diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el index 60ede9169ed..958ef179b26 100644 --- a/lisp/textmodes/two-column.el +++ b/lisp/textmodes/two-column.el @@ -341,8 +341,8 @@ The appearance of the screen can be customized by the variables (defun 2C-two-columns (&optional buffer) "Split current window vertically for two-column editing. \\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")