aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman2006-10-08 19:59:01 +0000
committerRichard M. Stallman2006-10-08 19:59:01 +0000
commit408f1b9dd5e6cb1072400004cba2f0ba3e4526f4 (patch)
treef8819d342ba3b14679f79103af74c815c6066be4 /lisp
parent1eb1a906aa7d55a74be7f1592086faed6b580468 (diff)
downloademacs-408f1b9dd5e6cb1072400004cba2f0ba3e4526f4.tar.gz
emacs-408f1b9dd5e6cb1072400004cba2f0ba3e4526f4.zip
(2C-two-columns): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/textmodes/two-column.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index aa7d40ad147..76741144eab 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12006-10-08 Richard Stallman <rms@gnu.org>
2
3 * textmodes/two-column.el (2C-two-columns): Doc fix.
4
12006-10-08 Reiner Steib <Reiner.Steib@gmx.de> 52006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
2 6
3 * files.el: Mark `buffer-read-only' as safe-local-variable. 7 * files.el: Mark `buffer-read-only' as safe-local-variable.
diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el
index b8ab100c19d..60ede9169ed 100644
--- a/lisp/textmodes/two-column.el
+++ b/lisp/textmodes/two-column.el
@@ -340,7 +340,7 @@ 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 (see \\[describe-mode] ).
345Runs `2C-other-buffer-hook' in the new buffer. 345Runs `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