diff src/dispextern.h @ 107635:a5eeeb631d8a

Merge from mainline.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 20 Feb 2010 05:25:57 -0500
parents c5f9e4613394 f32d789c9aab
children d65c199e8bdd
line wrap: on
line diff
--- a/src/dispextern.h	Sat Feb 13 12:41:13 2010 -0500
+++ b/src/dispextern.h	Sat Feb 20 05:25:57 2010 -0500
@@ -2385,8 +2385,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 {                                                  \