]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fix.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 31 Jan 2012 01:15:56 +0000 (17:15 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 31 Jan 2012 01:15:56 +0000 (17:15 -0800)
doc/lispref/numbers.texi

index bec9f295227662b2208043f74ff661c7ec30a266..82336aa537fd23a310d296f88230ae26f5368c91 100644 (file)
@@ -284,7 +284,7 @@ floating point), and returns @code{t} if so, @code{nil} otherwise.
 
 @defun natnump object
 @cindex natural numbers
-This predicate (whose name comes from the phrase ``natual number'')
+This predicate (whose name comes from the phrase ``natural number'')
 tests to see whether its argument is a nonnegative integer, and
 returns @code{t} if so, @code{nil} otherwise.  0 is considered
 non-negative.