emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108537: * doc/lispref/internals.t


From: Dmitry Antipov
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108537: * doc/lispref/internals.texi (Garbage Collection): Typo fix.
Date: Fri, 02 Nov 2012 02:03:59 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108537
committer: Dmitry Antipov <address@hidden>
branch nick: trunk
timestamp: Sat 2012-06-09 13:20:01 +0400
message:
  * doc/lispref/internals.texi (Garbage Collection): Typo fix.
modified:
  doc/lispref/ChangeLog
  doc/lispref/internals.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-06-09 06:26:46 +0000
+++ b/doc/lispref/ChangeLog     2012-06-09 09:20:01 +0000
@@ -1,3 +1,7 @@
+2012-06-10  Dmitry Antipov  <address@hidden>
+
+       * internals.texi (Garbage Collection): Typo fix.
+
 2012-06-09  Chong Yidong  <address@hidden>
 
        * text.texi (Special Properties): Clarify the meaning of a list of

=== modified file 'doc/lispref/internals.texi'
--- a/doc/lispref/internals.texi        2012-06-08 08:44:30 +0000
+++ b/doc/lispref/internals.texi        2012-06-09 09:20:01 +0000
@@ -230,7 +230,7 @@
 @code{header.next.buffer} points to the next buffer (which could be
 a killed buffer), and @code{header.next.vector} points to the next
 vector in a free list.  If a vector is small (smaller than or equal to
address@hidden bytes, see @file{alloc.c}), then
address@hidden bytes, see @file{alloc.c}), then
 @code{header.next.nbytes} contains the vector size in bytes.
 
 @cindex garbage collection


reply via email to

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