emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Lars Ingebrigtsen
Subject: master 0897ade: * src/buffer.c (kill-buffer): Fix a typo.
Date: Sat, 10 Jul 2021 18:49:44 -0400 (EDT)

branch: master
commit 0897ade8f90e492b9506ec58fe872722d90b8148
Author: Matthew White <mehw.is.me@inventati.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    * 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 bbb0edd..02ca23e 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 ();
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]