1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-19 10:22:27 +00:00

* src/buffer.c (kill-buffer): Fix a typo.

* src/buffer.c (Fkill_buffer): Fix typo in comment.
This commit is contained in:
Matthew White 2021-07-11 00:49:12 +02:00 committed by Lars Ingebrigtsen
parent b7a495f8d0
commit 0897ade8f9

View 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 ();