emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115834: * doc/lispref/numbers.texi (Numeric Convers


From: Glenn Morris
Subject: [Emacs-diffs] trunk r115834: * doc/lispref/numbers.texi (Numeric Conversions): Fix a typo.
Date: Thu, 02 Jan 2014 19:17:55 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115834
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2014-01-02 11:17:48 -0800
message:
  * doc/lispref/numbers.texi (Numeric Conversions): Fix a typo.
  Also some ChangeLog fixes.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/numbers.texi       
numbers.texi-20091113204419-o5vbwnq5f7feedwu-6203
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2014-01-01 07:43:34 +0000
+++ b/doc/lispref/ChangeLog     2014-01-02 19:17:48 +0000
@@ -1,3 +1,7 @@
+2014-01-02  Glenn Morris  <address@hidden>
+
+       * numbers.texi (Numeric Conversions): Fix a typo.
+
 2013-12-29  Paul Eggert  <address@hidden>
 
        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  <address@hidden>
-
-       * os.texi (Startup Summary): Document leim-list.el change.
-
-2012-09-25  Chong Yidong  <address@hidden>
-
-       * functions.texi (Defining Functions): defun is now a macro.
-
 2012-09-28  Leo Liu  <address@hidden>
 
        * files.texi (Files): Fix typo.

=== modified file 'doc/lispref/numbers.texi'
--- a/doc/lispref/numbers.texi  2014-01-01 07:43:34 +0000
+++ b/doc/lispref/numbers.texi  2014-01-02 19:17:48 +0000
@@ -447,7 +447,7 @@
 functions convert @var{number} to an integer, or return it unchanged
 if it already is an integer.  If @var{divisor} is address@hidden, 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]