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:
parent
b7a495f8d0
commit
0897ade8f9
@ -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 ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user