comparison doc/lispref/buffers.texi @ 99047:1dcf806b4a8d

(Killing Buffers): Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 22 Oct 2008 19:58:41 +0000
parents 26ffccc14770
children 82fc5c6c82f6
comparison
equal deleted inserted replaced
99046:7257b84b68a2 99047:1dcf806b4a8d
1011 @code{kill-buffer} asks the user to confirm before the buffer is killed. 1011 @code{kill-buffer} asks the user to confirm before the buffer is killed.
1012 It does this even if not called interactively. To prevent the request 1012 It does this even if not called interactively. To prevent the request
1013 for confirmation, clear the modified flag before calling 1013 for confirmation, clear the modified flag before calling
1014 @code{kill-buffer}. @xref{Buffer Modification}. 1014 @code{kill-buffer}. @xref{Buffer Modification}.
1015 1015
1016 This function calls `replace-buffer-in-windows' for cleaning up all 1016 This function calls @code{replace-buffer-in-windows} for cleaning up
1017 windows currently displaying the buffer to be killed. 1017 all windows currently displaying the buffer to be killed.
1018 1018
1019 Killing a buffer that is already dead has no effect. 1019 Killing a buffer that is already dead has no effect.
1020 1020
1021 This function returns @code{t} if it actually killed the buffer. It 1021 This function returns @code{t} if it actually killed the buffer. It
1022 returns @code{nil} if the user refuses to confirm or if 1022 returns @code{nil} if the user refuses to confirm or if