]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Sat, 16 Sep 2023 06:26:30 +0000 (09:26 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 16 Sep 2023 06:26:30 +0000 (09:26 +0300)
etc/DEBUG

index 8b997e50081898340a4385bd3e01d749419fca8f..d24e0e6ce005d2a7fe0c8bb8c73f06b71cc6dd5f 100644 (file)
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -591,9 +591,9 @@ are debugging did not (yet) happen.  Here are some useful techniques for that:
    overlay string, it pushes on the iterator stack the state variables
    describing its iteration of buffer text, then reinitializes the iterator
    object for processing the property or overlay.  The it->sp ("stack
-   pointer") member, if it is greater than zero, means the iterators stack was
-   pushed at least once.  You can therefore condition your breakpoints on the
-   value of it->sp being positive or being of a certain positive value, to
+   pointer") member, if it is greater than zero, means the iterator's stack
+   was pushed at least once.  You can therefore condition your breakpoints on
+   the value of it->sp being positive or being of a certain positive value, to
    debug display problems that happen only with display properties or
    overlays.