Mercurial > hg > xemacs-beta
diff src/data.c @ 110:fe104dbd9147 r20-1b7
Import from CVS: tag r20-1b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:19:45 +0200 |
parents | 360340f9fd5f |
children | 25f70ba0133c |
line wrap: on
line diff
--- a/src/data.c Mon Aug 13 09:18:41 2007 +0200 +++ b/src/data.c Mon Aug 13 09:19:45 2007 +0200 @@ -397,11 +397,11 @@ DEFUN ("characterp", Fcharacterp, 1, 1, 0, /* t if OBJECT is a character. -Unlike in FSF Emacs, a character is its own primitive type. +Unlike in XEmacs v19 and Emacs, a character is its own primitive type. Any character can be converted into an equivalent integer using `char-to-int'. To convert the other way, use `int-to-char'; however, only some integers can be converted into characters. Such an integer -is called a `char-to-int'; see `char-int-p'. +is called a `char-int'; see `char-int-p'. Some functions that work on integers (e.g. the comparison functions <, <=, =, /=, etc. and the arithmetic functions +, -, *, etc.)