aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman2006-10-09 15:08:13 +0000
committerRichard M. Stallman2006-10-09 15:08:13 +0000
commit02de2661d88dd99c71d97978f00690112c0e402d (patch)
treeb5fbe203e3df91f5fdb3cc52ac1ce55ccc1745d7 /lisp
parent38457cbb9116d23e862b8429cb8c1fec2c912bcb (diff)
downloademacs-02de2661d88dd99c71d97978f00690112c0e402d.tar.gz
emacs-02de2661d88dd99c71d97978f00690112c0e402d.zip
(2C-two-columns): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/textmodes/two-column.el4
1 files changed, 2 insertions, 2 deletions
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
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.
343\\<global-map>When 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")