Mercurial > hg > xemacs-beta
diff man/xemacs/custom.texi @ 257:65c19d2020f7 r20-5b27
Import from CVS: tag r20-5b27
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:22:03 +0200 |
parents | e45d5e7c476e |
children | 11cf20601dec |
line wrap: on
line diff
--- a/man/xemacs/custom.texi Mon Aug 13 10:21:19 2007 +0200 +++ b/man/xemacs/custom.texi Mon Aug 13 10:22:03 2007 +0200 @@ -1592,6 +1592,9 @@ If a sequence of digits is followed by a period and another sequence of digits, it is interpreted as a floating point number. +The number prefixes @samp{#b}, @samp{#o}, and @samp{#x} are supported to +represent numbers in binary, octal, and hexadecimal notation (or radix). + @item Strings Lisp string syntax is the same as C string syntax with a few extra features. Use a double-quote character to begin and end a string constant.