aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/buffers.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/buffers.texi b/doc/lispref/buffers.texi
index b915e69ab6a..2e0e64f7722 100644
--- a/doc/lispref/buffers.texi
+++ b/doc/lispref/buffers.texi
@@ -1013,8 +1013,8 @@ It does this even if not called interactively. To prevent the request
1013for confirmation, clear the modified flag before calling 1013for confirmation, clear the modified flag before calling
1014@code{kill-buffer}. @xref{Buffer Modification}. 1014@code{kill-buffer}. @xref{Buffer Modification}.
1015 1015
1016This function calls `replace-buffer-in-windows' for cleaning up all 1016This function calls @code{replace-buffer-in-windows} for cleaning up
1017windows currently displaying the buffer to be killed. 1017all windows currently displaying the buffer to be killed.
1018 1018
1019Killing a buffer that is already dead has no effect. 1019Killing a buffer that is already dead has no effect.
1020 1020