From 0897ade8f90e492b9506ec58fe872722d90b8148 Mon Sep 17 00:00:00 2001 From: Matthew White Date: Sun, 11 Jul 2021 00:49:12 +0200 Subject: [PATCH] * src/buffer.c (kill-buffer): Fix a typo. * src/buffer.c (Fkill_buffer): Fix typo in comment. --- src/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); -- 2.39.2