]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/internals.texi (Garbage Collection): Typo fix.
authorDmitry Antipov <dmantipov@yandex.ru>
Sat, 9 Jun 2012 09:20:01 +0000 (13:20 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Sat, 9 Jun 2012 09:20:01 +0000 (13:20 +0400)
doc/lispref/ChangeLog
doc/lispref/internals.texi

index cbe081ca6b4b68eee6aad83fd7af99b5537bee6f..74c4a91c49a10c74754311b9489fe4763c30b6a1 100644 (file)
@@ -1,3 +1,7 @@
+2012-06-10  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * internals.texi (Garbage Collection): Typo fix.
+
 2012-06-09  Chong Yidong  <cyd@gnu.org>
 
        * text.texi (Special Properties): Clarify the meaning of a list of
index 1d0a7102a223d91550c8bb92965b0790cbb9e3db..800125120627c50df749c5543aa28041b66f823c 100644 (file)
@@ -230,7 +230,7 @@ structures include the @code{struct vectorlike_header} field whose
 @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
-@code{VBLOCK_BYTES_MIN} bytes, see @file{alloc.c}), then
+@code{VBLOCK_BYTES_MAX} bytes, see @file{alloc.c}), then
 @code{header.next.nbytes} contains the vector size in bytes.
 
 @cindex garbage collection