From 02043db05afaed4c19d2406e404e183749852fdd Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 22 Oct 2008 19:58:41 +0000 Subject: [PATCH] (Killing Buffers): Fix last change. --- doc/lispref/buffers.texi | 4 ++-- 1 file 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 for confirmation, clear the modified flag before calling @code{kill-buffer}. @xref{Buffer Modification}. -This function calls `replace-buffer-in-windows' for cleaning up all -windows currently displaying the buffer to be killed. +This function calls @code{replace-buffer-in-windows} for cleaning up +all windows currently displaying the buffer to be killed. Killing a buffer that is already dead has no effect. -- 2.39.5