diff options
| author | Paul Eggert | 2012-01-30 17:15:56 -0800 |
|---|---|---|
| committer | Paul Eggert | 2012-01-30 17:15:56 -0800 |
| commit | bccc0e401fc81b69ad8956c2b19da71c37bb796e (patch) | |
| tree | 3f0e3572eba00971ee700adeae5a024f39e721d3 | |
| parent | c31b4ce3c85171b284f809f33b2d670bc27d1694 (diff) | |
| download | emacs-bccc0e401fc81b69ad8956c2b19da71c37bb796e.tar.gz emacs-bccc0e401fc81b69ad8956c2b19da71c37bb796e.zip | |
Spelling fix.
| -rw-r--r-- | doc/lispref/numbers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/numbers.texi b/doc/lispref/numbers.texi index bec9f295227..82336aa537f 100644 --- a/doc/lispref/numbers.texi +++ b/doc/lispref/numbers.texi | |||
| @@ -284,7 +284,7 @@ floating point), and returns @code{t} if so, @code{nil} otherwise. | |||
| 284 | 284 | ||
| 285 | @defun natnump object | 285 | @defun natnump object |
| 286 | @cindex natural numbers | 286 | @cindex natural numbers |
| 287 | This predicate (whose name comes from the phrase ``natual number'') | 287 | This predicate (whose name comes from the phrase ``natural number'') |
| 288 | tests to see whether its argument is a nonnegative integer, and | 288 | tests to see whether its argument is a nonnegative integer, and |
| 289 | returns @code{t} if so, @code{nil} otherwise. 0 is considered | 289 | returns @code{t} if so, @code{nil} otherwise. 0 is considered |
| 290 | non-negative. | 290 | non-negative. |