]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/charset.c (Fencode_char): Tweak comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 10 Sep 2018 15:49:04 +0000 (08:49 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 10 Sep 2018 15:49:27 +0000 (08:49 -0700)
src/charset.c

index 6e2bf17cdf639e78218f2216d5b48957443bf580..c1a237835c7262769018e9ae0e0926d229dda517 100644 (file)
@@ -1892,7 +1892,7 @@ Return nil if CHARSET doesn't support CH.  */)
      can fit in 22bit.  Yet we encode GB-10830's chars in a sparse way
      (we just take the 4byte sequences as a 32bit int), so some
      GB-10830 chars (such as 0x81308130 in etc/charsets/gb108304.map) end
-     up represented as bignums here.  */
+     up represented as bignums if EMACS_INT is 32 bits.  */
   return INT_TO_INTEGER (code);
 }