diff options
| author | Martin Rudalics | 2014-03-07 16:11:12 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2014-03-07 16:11:12 +0100 |
| commit | 2c6053e8387ca3d60dcc82e702f5a113ce5fb59f (patch) | |
| tree | 611bdf5c7479e306dbbf46ce7740d64bdcf022ff /src/ChangeLog | |
| parent | 84254bbdf069f0386f188d0e2bc5be795a9272bb (diff) | |
| download | emacs-2c6053e8387ca3d60dcc82e702f5a113ce5fb59f.tar.gz emacs-2c6053e8387ca3d60dcc82e702f5a113ce5fb59f.zip | |
Update docs for select-window and buffer-list-update-hook.
* buffer.c (Vbuffer_list_update_hook): Doc-string fix.
* window.c (Fselect_window): Explain NORECORD and
`buffer-list-update-hook' in doc-string.
* buffers.texi (The Buffer List): Rename node to Buffer List.
Describe `buffer-list-update-hook'.
* elisp.texi (Top): "The Buffer List" renamed to "Buffer List".
Add node for Window Dividers.
* hooks.texi (Standard Hooks): Add reference to
`buffer-list-update-hook'.
* windows.texi (Selecting Windows): Update description of
`select-window'.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9fef63c9a58..6d1285a82da 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-03-07 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * buffer.c (Vbuffer_list_update_hook): Doc-string fix. | ||
| 4 | * window.c (Fselect_window): Explain NORECORD and | ||
| 5 | `buffer-list-update-hook' in doc-string. | ||
| 6 | |||
| 1 | 2014-03-06 Martin Rudalics <rudalics@gmx.at> | 7 | 2014-03-06 Martin Rudalics <rudalics@gmx.at> |
| 2 | 8 | ||
| 3 | * window.c (Fother_window_for_scrolling): Check that | 9 | * window.c (Fother_window_for_scrolling): Check that |