[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r106995: Fix wholenump/natnump descri
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r106995: Fix wholenump/natnump description in Lisp manual. |
Date: |
Sun, 29 Jan 2012 15:25:22 +0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 106995
fixes bug(s): http://debbugs.gnu.org/10189
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sun 2012-01-29 15:25:22 +0800
message:
Fix wholenump/natnump description in Lisp manual.
* doc/lispref/numbers.texi (Predicates on Numbers): Fix
wholenump/natnump description.
modified:
doc/lispref/ChangeLog
doc/lispref/numbers.texi
lisp/ChangeLog
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog 2012-01-29 02:49:57 +0000
+++ b/doc/lispref/ChangeLog 2012-01-29 07:25:22 +0000
@@ -1,3 +1,8 @@
+2012-01-29 Chong Yidong <address@hidden>
+
+ * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
+ description (Bug#10189).
+
2012-01-29 Glenn Morris <address@hidden>
* files.texi (Changing Files): Document SELinux support.
=== modified file 'doc/lispref/numbers.texi'
--- a/doc/lispref/numbers.texi 2012-01-21 16:04:55 +0000
+++ b/doc/lispref/numbers.texi 2012-01-29 07:25:22 +0000
@@ -282,15 +282,15 @@
floating point), and returns @code{t} if so, @code{nil} otherwise.
@end defun
address@hidden wholenump object
address@hidden natnump object
@cindex natural numbers
-The @code{wholenump} predicate (whose name comes from the phrase
-``whole-number-p'') tests to see whether its argument is a nonnegative
-integer, and returns @code{t} if so, @code{nil} otherwise. 0 is
-considered non-negative.
+This predicate (whose name comes from the phrase ``natual 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.
address@hidden natnump
address@hidden is an obsolete synonym for @code{wholenump}.
address@hidden wholenump number
+This is a synonym for @code{natnump}.
@end defun
@defun zerop number
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-01-29 07:06:54 +0000
+++ b/lisp/ChangeLog 2012-01-29 07:25:22 +0000
@@ -1,4 +1,4 @@
-2012-01-29 Syver Enstad <address@hidden>
+2012-01-29 Syver Enstad <address@hidden> (tiny change)
* progmodes/gud.el (pdb): Give pdb full paths, to allow setting
breakpoints in files outside current directory (Bug#6098).
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r106995: Fix wholenump/natnump description in Lisp manual.,
Chong Yidong <=