summaryrefslogtreecommitdiff
path: root/lispref/numbers.texi
diff options
context:
space:
mode:
authorRomain Francoise <romain@orebokech.com>2006-05-07 16:02:27 +0000
committerRomain Francoise <romain@orebokech.com>2006-05-07 16:02:27 +0000
commit5a36d8349df0f59c79a310b20a0966286560f557 (patch)
tree055731cd650007b7cea0fb0896ee74faa5cd2291 /lispref/numbers.texi
parentad8a840d25775bd194419743a043309e4a0799af (diff)
* commands.texi (Event Input Misc):
* compile.texi (Eval During Compile): * internals.texi (Buffer Internals): * minibuf.texi (Initial Input): * nonascii.texi (Scanning Charsets): * numbers.texi (Comparison of Numbers): * windows.texi (Textual Scrolling, Vertical Scrolling): Fix various typos.
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 3cbc1a7ae1..bac3b0e114 100644
--- a/lispref/numbers.texi
+++ b/lispref/numbers.texi
@@ -322,7 +322,7 @@ returns @code{t} if so, @code{nil} otherwise.
@defun eql value1 value2
This function acts like @code{eq} except when both arguments are
-numbers. It compares numbers by type and numberic value, so that
+numbers. It compares numbers by type and numeric value, so that
@code{(eql 1.0 1)} returns @code{nil}, but @code{(eql 1.0 1.0)} and
@code{(eql 1 1)} both return @code{t}.
@end defun