diff options
| author | Richard M. Stallman | 2006-10-08 19:59:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-10-08 19:59:01 +0000 |
| commit | 408f1b9dd5e6cb1072400004cba2f0ba3e4526f4 (patch) | |
| tree | f8819d342ba3b14679f79103af74c815c6066be4 /lisp | |
| parent | 1eb1a906aa7d55a74be7f1592086faed6b580468 (diff) | |
| download | emacs-408f1b9dd5e6cb1072400004cba2f0ba3e4526f4.tar.gz emacs-408f1b9dd5e6cb1072400004cba2f0ba3e4526f4.zip | |
(2C-two-columns): Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/textmodes/two-column.el | 2 |
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 @@ | |||
| 1 | 2006-10-08 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * textmodes/two-column.el (2C-two-columns): Doc fix. | ||
| 4 | |||
| 1 | 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de> | 5 | 2006-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. |
| 343 | 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 |
| 344 | buffer in two-column minor mode (see \\[describe-mode] ). | 344 | buffer in two-column minor mode (see \\[describe-mode] ). |
| 345 | Runs `2C-other-buffer-hook' in the new buffer. | 345 | Runs `2C-other-buffer-hook' in the new buffer. |
| 346 | When called again, restores the screen layout with the current buffer | 346 | When called again, restores the screen layout with the current buffer |