emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master c64c023 2/2: * src/buffer.c: Fix comment typo.


From: Paul Eggert
Subject: [Emacs-diffs] master c64c023 2/2: * src/buffer.c: Fix comment typo.
Date: Wed, 21 Aug 2019 20:21:12 -0400 (EDT)

branch: master
commit c64c0230d65260f44f367bac72bfdee50c52a90d
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * src/buffer.c: Fix comment typo.
---
 src/buffer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/buffer.c b/src/buffer.c
index ea785bb..62a3d66 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -4568,7 +4568,7 @@ report_overlay_modification (Lisp_Object start, 
Lisp_Object end, bool after,
        prop_i = copy[i++];
        overlay_i = copy[i++];
        /* It is possible that the recorded overlay has been deleted
-          (which makes it's markers' buffers be nil), or that (due to
+          (which makes its markers' buffers be nil), or that (due to
           some bug) it belongs to a different buffer.  Only run this
           hook if the overlay belongs to the current buffer.  */
        if (XMARKER (OVERLAY_START (overlay_i))->buffer == current_buffer)



reply via email to

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