* doc/lispref/numbers.texi (Numeric Conversions): Fix a typo.

Also some ChangeLog fixes.
This commit is contained in:
Glenn Morris 2014-01-02 11:17:48 -08:00
parent 44c5e192be
commit 33f846fbbb
2 changed files with 9 additions and 11 deletions

View file

@ -1,3 +1,7 @@
2014-01-02 Glenn Morris <rgm@gnu.org>
* numbers.texi (Numeric Conversions): Fix a typo.
2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
Plain copy-file no longer chmods an existing destination (Bug#16133).
@ -1355,14 +1359,16 @@
Tweak markup. Remove domain-error and friends, which seem to be
unused after the floating-point code revamp.
* functions.texi (Obsolete Functions): Obsolescence also affects
* functions.texi (Defining Functions): defun is now a macro.
(Obsolete Functions): Obsolescence also affects
documentation commands. Various clarifications.
(Declare Form): New node.
* strings.texi (String Basics): Copyedits.
* os.texi (Idle Timers): Minor clarifications.
* os.texi (Startup Summary): Document leim-list.el change.
(User Identification): Add system-users and system-groups.
(Idle Timers): Minor clarifications.
* macros.texi (Defining Macros): Move description of `declare' to
Declare Form node.
@ -1378,14 +1384,6 @@
the machine-independence of negative division since it does not
happen in practice.
2012-09-28 Chong Yidong <cyd@gnu.org>
* os.texi (Startup Summary): Document leim-list.el change.
2012-09-25 Chong Yidong <cyd@gnu.org>
* functions.texi (Defining Functions): defun is now a macro.
2012-09-28 Leo Liu <sdl.web@gmail.com>
* files.texi (Files): Fix typo.

View file

@ -447,7 +447,7 @@ may be integers or floating point numbers. @var{divisor} may also be
functions convert @var{number} to an integer, or return it unchanged
if it already is an integer. If @var{divisor} is non-@code{nil}, they
divide @var{number} by @var{divisor} and convert the result to an
integer. integer. If @var{divisor} is zero (whether integer or
integer. If @var{divisor} is zero (whether integer or
floating-point), Emacs signals an @code{arith-error} error.
@defun truncate number &optional divisor