mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(2C-two-columns): Doc fix.
This commit is contained in:
parent
38457cbb91
commit
02de2661d8
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
\\<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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue