diff man/lispref/objects.texi @ 373:6240c7796c7a r21-2b2

Import from CVS: tag r21-2b2
author cvs
date Mon, 13 Aug 2007 11:04:06 +0200
parents cc15677e0335
children 8626e4521993
line wrap: on
line diff
--- a/man/lispref/objects.texi	Mon Aug 13 11:03:09 2007 +0200
+++ b/man/lispref/objects.texi	Mon Aug 13 11:04:06 2007 +0200
@@ -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 remants of this in function such as @code{old-eq}
+necessary to preserve remnants 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.