diff options
| author | Martin Rudalics | 2008-10-23 09:20:55 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2008-10-23 09:20:55 +0000 |
| commit | 4d48fcdc0f06e4d0061c57d2ae79e2e77c71cb36 (patch) | |
| tree | a53f7b3141654dc75d59dff0684296048b8d8e82 /doc/lispref/ChangeLog | |
| parent | cd265ca60fa8bc6294137426e792b876d165f15e (diff) | |
| download | emacs-4d48fcdc0f06e4d0061c57d2ae79e2e77c71cb36.tar.gz emacs-4d48fcdc0f06e4d0061c57d2ae79e2e77c71cb36.zip | |
(Current Buffer): Reword documentation of set-buffer.
(Buffer Names): Reword documentation of buffer-name.
(The Buffer List): For bury-buffer explain what happens with the
buffer's window.
(Creating Buffers): Say that get-buffer-create's arg is buffer-or-name.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index e41fb3aba00..fb37335d855 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2008-10-23 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * buffers.texi (Current Buffer): Reword documentation of | ||
| 4 | set-buffer. | ||
| 5 | (Buffer Names): Reword documentation of buffer-name. | ||
| 6 | (The Buffer List): For bury-buffer explain what happens with the | ||
| 7 | buffer's window. | ||
| 8 | (Creating Buffers): Say that get-buffer-create's arg is called | ||
| 9 | buffer-or-name. | ||
| 10 | |||
| 1 | 2008-10-22 Chong Yidong <cyd@stupidchicken.com> | 11 | 2008-10-22 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 12 | ||
| 3 | * advice.texi (Computed Advice): Explain what DEFINITION is. | 13 | * advice.texi (Computed Advice): Explain what DEFINITION is. |