emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 5569e64: ; Spelling fixes


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 5569e64: ; Spelling fixes
Date: Mon, 16 Jan 2017 17:13:16 +0000 (UTC)

branch: emacs-25
commit 5569e644448eb84dce1ca9359ae33901347acac8
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; Spelling fixes
    
    * src/buffer.c (delete_all_overlays, Fkill_buffer): Fix typos in
    comments.
---
 src/buffer.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/buffer.c b/src/buffer.c
index d54d545..c1c53dd 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -874,7 +874,7 @@ drop_overlay (struct buffer *b, struct Lisp_Overlay *ov)
 
 }
 
-/* Delete all overlays of B and reset it's overlay lists.  */
+/* Delete all overlays of B and reset its overlay lists.  */
 
 void
 delete_all_overlays (struct buffer *b)
@@ -1693,7 +1693,7 @@ cleaning up all windows currently displaying the buffer 
to be killed. */)
   if (EQ (buffer, XWINDOW (minibuf_window)->contents))
     return Qnil;
 
-  /* When we kill an ordinary buffer which shares it's buffer text
+  /* When we kill an ordinary buffer which shares its buffer text
      with indirect buffer(s), we must kill indirect buffer(s) too.
      We do it at this stage so nothing terrible happens if they
      ask questions or their hooks get errors.  */



reply via email to

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