]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/numbers.texi
(Basic Completion): Note that read-file-name-completion-ignore-case
[gnu-emacs] / doc / lispref / numbers.texi
index d86e698cc2145e81459e73a13a26c3767a75ea51..bb67f8a7e6aacb6b783dc14e851f508f2fa3589f 100644 (file)
@@ -1,7 +1,7 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001,
-@c   2002, 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+@c   2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
 @setfilename ../../info/numbers
 @node Numbers, Strings and Characters, Lisp Data Types, Top
@@ -155,6 +155,9 @@ The value of this variable is the smallest integer that Emacs Lisp can
 handle.  It is negative.
 @end defvar
 
+  @xref{Character Codes, max-char}, for the maximum value of a valid
+character codepoint.
+
 @node Float Basics
 @section Floating Point Basics