diff options
| -rw-r--r-- | doc/lispref/buffers.texi | 4 |
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 | |||
| 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 | ||