Mercurial > hg > xemacs-beta
diff man/lispref/objects.texi @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 54f7aa390f4f |
children | 6240c7796c7a |
line wrap: on
line diff
--- a/man/lispref/objects.texi Mon Aug 13 11:01:58 2007 +0200 +++ b/man/lispref/objects.texi Mon Aug 13 11:03:08 2007 +0200 @@ -1059,7 +1059,7 @@ A string can hold extents and properties of the text it contains, in addition to the characters themselves. This enables programs that copy text between strings and buffers to preserve the extents and properties -with no special effort. @xref{Extents}, @xref{Text Properties}. +with no special effort. @xref{Extents}; @xref{Text Properties}. Note that FSF GNU Emacs has a special read and print syntax for strings with text properties, but XEmacs does not currently implement @@ -2202,7 +2202,7 @@ NOTE: Under XEmacs 19, characters are really just integers, and thus characters and integers are @code{eq}. Under XEmacs 20, it was -necessary to preserve remnants of this in function such as @code{old-eq} +necessary to preserve remants of this in function such as @code{old-eq} in order to maintain byte-code compatibility. Byte code compiled under any Emacs 19 will automatically have calls to @code{eq} mapped to @code{old-eq} when executed under XEmacs 20.