aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/two-column.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes/two-column.el')
-rw-r--r--lisp/textmodes/two-column.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el
index b8ab100c19d..958ef179b26 100644
--- a/lisp/textmodes/two-column.el
+++ b/lisp/textmodes/two-column.el
@@ -340,9 +340,9 @@ The appearance of the screen can be customized by the variables
340;;;###autoload 340;;;###autoload
341(defun 2C-two-columns (&optional buffer) 341(defun 2C-two-columns (&optional buffer)
342 "Split current window vertically for two-column editing. 342 "Split current window vertically for two-column editing.
343When called the first time, associates a buffer with the current 343\\<global-map>When called the first time, associates a buffer with the current
344buffer in two-column minor mode (see \\[describe-mode] ). 344buffer in two-column minor mode (use \\[describe-mode] once in the mode,
345Runs `2C-other-buffer-hook' in the new buffer. 345for details.). It runs `2C-other-buffer-hook' in the new buffer.
346When called again, restores the screen layout with the current buffer 346When called again, restores the screen layout with the current buffer
347first and the associated buffer to its right." 347first and the associated buffer to its right."
348 (interactive "P") 348 (interactive "P")