aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/numbers.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/numbers.texi b/doc/lispref/numbers.texi
index d86e698cc21..c409d9d1d5b 100644
--- a/doc/lispref/numbers.texi
+++ b/doc/lispref/numbers.texi
@@ -155,6 +155,9 @@ The value of this variable is the smallest integer that Emacs Lisp can
155handle. It is negative. 155handle. It is negative.
156@end defvar 156@end defvar
157 157
158 @xref{Character Codes, max-char}, for the maximum value of a valid
159character codepoint.
160
158@node Float Basics 161@node Float Basics
159@section Floating Point Basics 162@section Floating Point Basics
160 163