changeset 99047:1dcf806b4a8d

(Killing Buffers): Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 22 Oct 2008 19:58:41 +0000
parents 7257b84b68a2
children 43488b1c6ed3
files doc/lispref/buffers.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.