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
1eb1a906aa
commit
408f1b9dd5
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2006-10-08 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* textmodes/two-column.el (2C-two-columns): Doc fix.
|
||||
|
||||
2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
|
||||
|
||||
* files.el: Mark `buffer-read-only' as safe-local-variable.
|
||||
|
|
|
|||
|
|
@ -340,7 +340,7 @@ The appearance of the screen can be customized by the variables
|
|||
;;;###autoload
|
||||
(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
|
||||
\\<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.
|
||||
When called again, restores the screen layout with the current buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue