# HG changeset patch # User Eli Zaretskii # Date 1224705521 0 # Node ID 1dcf806b4a8d0808c0eaa8b7f618bdd0c6ae3316 # Parent 7257b84b68a262d38c3c2fa4a9591ee0ff5b4166 (Killing Buffers): Fix last change. diff -r 7257b84b68a2 -r 1dcf806b4a8d doc/lispref/buffers.texi --- a/doc/lispref/buffers.texi Wed Oct 22 19:53:33 2008 +0000 +++ b/doc/lispref/buffers.texi Wed Oct 22 19:58:41 2008 +0000 @@ -1013,8 +1013,8 @@ 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.