diff options
| author | Chong Yidong | 2011-11-19 19:11:38 +0800 |
|---|---|---|
| committer | Chong Yidong | 2011-11-19 19:11:38 +0800 |
| commit | 7bf54975caf75e4ad83d8cc2eb62709cf5598022 (patch) | |
| tree | d7bebe193f182fa76fd8377f3be07dc8c16bcbac /doc/lispref/ChangeLog | |
| parent | df05a53c61885a7d11265e36723742c12ab1a061 (diff) | |
| download | emacs-7bf54975caf75e4ad83d8cc2eb62709cf5598022.tar.gz emacs-7bf54975caf75e4ad83d8cc2eb62709cf5598022.zip | |
More updates to Window chapter of Lisp manual.
* doc/lispref/windows.texi (Splitting Windows): Clarify role of window
parameters in split-window. Shorten the example.
(Deleting Windows): Rewrite intro to handle internal windows. Fix
delete-windows-on doc.
(Selecting Windows): Copyedits.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 0fa50492481..232ddff6d3f 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-11-19 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * windows.texi (Splitting Windows): Clarify role of window | ||
| 4 | parameters in split-window. Shorten the example. | ||
| 5 | (Deleting Windows): Rewrite intro to handle internal windows. Fix | ||
| 6 | delete-windows-on doc. | ||
| 7 | (Selecting Windows): Copyedits. | ||
| 8 | |||
| 1 | 2011-11-17 Martin Rudalics <rudalics@gmx.at> | 9 | 2011-11-17 Martin Rudalics <rudalics@gmx.at> |
| 2 | 10 | ||
| 3 | * windows.texi (Resizing Windows, Splitting Windows) | 11 | * windows.texi (Resizing Windows, Splitting Windows) |