emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r99535: term.c, dispextern.h: Fix sta


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99535: term.c, dispextern.h: Fix stale comments.
Date: Fri, 19 Feb 2010 15:57:53 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99535
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2010-02-19 15:57:53 +0200
message:
   term.c, dispextern.h: Fix stale comments.
modified:
  src/dispextern.h
  src/term.c
=== modified file 'src/dispextern.h'
--- a/src/dispextern.h  2010-01-13 08:35:10 +0000
+++ b/src/dispextern.h  2010-02-19 13:57:53 +0000
@@ -2257,8 +2257,8 @@
       && ((IT)->c == '\n'                              \
          || ((IT)->c == '\r' && (IT)->selective)))
 
-/* Call produce_glyphs or produce_glyphs_hook, if set.  Shortcut to
-   avoid the function call overhead.  */
+/* Call produce_glyphs or FRAME_RIF->produce_glyphs, if set.  Shortcut
+   to avoid the function call overhead.  */
 
 #define PRODUCE_GLYPHS(IT)                              \
   do {                                                  \

=== modified file 'src/term.c'
--- a/src/term.c        2010-02-18 17:02:24 +0000
+++ b/src/term.c        2010-02-19 13:57:53 +0000
@@ -1568,8 +1568,9 @@
    and where in the glyph matrix we currently are (glyph row and hpos).
    produce_glyphs fills in output fields of *IT with information such as the
    pixel width and height of a character, and maybe output actual glyphs at
-   the same time if IT->glyph_row is non-null.  See the explanation of
-   struct display_iterator in dispextern.h for an overview.
+   the same time if IT->glyph_row is non-null.  For an overview, see
+   the explanation in dispextern.h, before the definition of the
+   display_element_type enumeration.
 
    produce_glyphs also stores the result of glyph width, ascent
    etc. computations in *IT.


reply via email to

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