From: Matthew White Date: Sat, 10 Jul 2021 22:49:12 +0000 (+0200) Subject: * src/buffer.c (kill-buffer): Fix a typo. X-Git-Tag: emacs-28.0.90~1910 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0897ade8f90e492b9506ec58fe872722d90b8148;p=emacs.git * src/buffer.c (kill-buffer): Fix a typo. * src/buffer.c (Fkill_buffer): Fix typo in comment. --- 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 ();