emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110136: src/dispextern.h: Fix commen


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110136: src/dispextern.h: Fix commentary for struct it's string_nchars member.
Date: Sat, 22 Sep 2012 15:49:25 +0300
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110136
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2012-09-22 15:49:25 +0300
message:
  src/dispextern.h: Fix commentary for struct it's string_nchars member.
modified:
  src/dispextern.h
=== modified file 'src/dispextern.h'
--- a/src/dispextern.h  2012-09-13 02:21:28 +0000
+++ b/src/dispextern.h  2012-09-22 12:49:25 +0000
@@ -2138,7 +2138,8 @@
   const unsigned char *s;
 
   /* Number of characters in the string (s, or it->string) we iterate
-     over.  */
+     over.  Used only in display_string and its subroutines; never
+     used for overlay strings and strings from display properties.  */
   ptrdiff_t string_nchars;
 
   /* Start and end of a visible region; -1 if the region is not


reply via email to

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