aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
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