]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/buffer.c (kill-buffer): Fix a typo.
authorMatthew White <mehw.is.me@inventati.org>
Sat, 10 Jul 2021 22:49:12 +0000 (00:49 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 10 Jul 2021 22:49:12 +0000 (00:49 +0200)
* src/buffer.c (Fkill_buffer): Fix typo in comment.

src/buffer.c

index bbb0edd792cffd8bc0d9c9f5271fb3bdb36e1f47..02ca23eb2dd39fd42207846e7da7307756be5514 100644 (file)
@@ -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 ();