+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).
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.
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.
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