summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index bbb0edd792c..02ca23eb2dd 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1757,7 +1757,7 @@ cleaning up all windows currently displaying the buffer to be killed. */)
if (thread_check_current_buffer (b))
return Qnil;
- /* Run hooks with the buffer to be killed the current buffer. */
+ /* Run hooks with the buffer to be killed as the current buffer. */
{
ptrdiff_t count = SPECPDL_INDEX ();