aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorMartin Rudalics2014-03-07 16:11:12 +0100
committerMartin Rudalics2014-03-07 16:11:12 +0100
commit2c6053e8387ca3d60dcc82e702f5a113ce5fb59f (patch)
tree611bdf5c7479e306dbbf46ce7740d64bdcf022ff /src/buffer.c
parent84254bbdf069f0386f188d0e2bc5be795a9272bb (diff)
downloademacs-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/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 90c15420d1d..028ef76ff71 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -6284,9 +6284,9 @@ The function `kill-all-local-variables' runs this before doing anything else. *
6284 6284
6285 DEFVAR_LISP ("buffer-list-update-hook", Vbuffer_list_update_hook, 6285 DEFVAR_LISP ("buffer-list-update-hook", Vbuffer_list_update_hook,
6286 doc: /* Hook run when the buffer list changes. 6286 doc: /* Hook run when the buffer list changes.
6287Functions running this hook are `get-buffer-create', 6287Functions running this hook are, `get-buffer-create',
6288`make-indirect-buffer', `rename-buffer', `kill-buffer', 6288`make-indirect-buffer', `rename-buffer', `kill-buffer',
6289and `bury-buffer-internal'. */); 6289`bury-buffer-internal' and `select-window'. */);
6290 Vbuffer_list_update_hook = Qnil; 6290 Vbuffer_list_update_hook = Qnil;
6291 DEFSYM (Qbuffer_list_update_hook, "buffer-list-update-hook"); 6291 DEFSYM (Qbuffer_list_update_hook, "buffer-list-update-hook");
6292 6292