aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/buffers.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lispref/buffers.texi b/doc/lispref/buffers.texi
index d97a095f686..6ad1fb1824a 100644
--- a/doc/lispref/buffers.texi
+++ b/doc/lispref/buffers.texi
@@ -940,6 +940,10 @@ This is a normal hook run whenever the buffer list changes. Functions
940(@pxref{Creating Buffers}), @code{rename-buffer} (@pxref{Buffer Names}), 940(@pxref{Creating Buffers}), @code{rename-buffer} (@pxref{Buffer Names}),
941@code{kill-buffer} (@pxref{Killing Buffers}), @code{bury-buffer} (see 941@code{kill-buffer} (@pxref{Killing Buffers}), @code{bury-buffer} (see
942above) and @code{select-window} (@pxref{Selecting Windows}). 942above) and @code{select-window} (@pxref{Selecting Windows}).
943
944Functions run by this hook should avoid calling @code{select-window}
945with a nil @var{norecord} argument or @code{with-temp-buffer} since
946either may lead to infinite recursion.
943@end defvar 947@end defvar
944 948
945@node Creating Buffers 949@node Creating Buffers