summaryrefslogtreecommitdiff
path: root/lispref/numbers.texi
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-12-07 11:37:22 +0000
committerPavel Janík <Pavel@Janik.cz>2002-12-07 11:37:22 +0000
commit5fe3b9bcb49540d3dfcc9365d1a6bc7a7762336b (patch)
tree4b09f78621ee272fe5f67be6fbfb30771b751946 /lispref/numbers.texi
parent4fbd67668e93f3402e4894cd25354c27961a09de (diff)
Fix typo.
Diffstat (limited to 'lispref/numbers.texi')
-rw-r--r--lispref/numbers.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/numbers.texi b/lispref/numbers.texi
index e13bd04117..534550159c 100644
--- a/lispref/numbers.texi
+++ b/lispref/numbers.texi
@@ -76,7 +76,7 @@ binary (radix 2), @samp{#O@var{integer}} reads @var{integer} in octal
(radix 8), @samp{#X@var{integer}} reads @var{integer} in hexadecimal
(radix 16), and @samp{#@var{radix}r@var{integer}} reads @var{integer}
in radix @var{radix} (where @var{radix} is between 2 and 36,
-inclusivley). Case is not significant for the letter after @samp{#}
+inclusively). Case is not significant for the letter after @samp{#}
(@samp{B}, @samp{O}, etc.) that denotes the radix.
To understand how various functions work on integers, especially the