From: Dmitry Antipov Date: Sat, 9 Jun 2012 09:20:01 +0000 (+0400) Subject: * doc/lispref/internals.texi (Garbage Collection): Typo fix. X-Git-Tag: emacs-24.2.90~1199^2~474^2~76 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dbab98c7afe359308f03d6c4a8d13cbbf2665137;p=emacs.git * doc/lispref/internals.texi (Garbage Collection): Typo fix. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index cbe081ca6b4..74c4a91c49a 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2012-06-10 Dmitry Antipov + + * internals.texi (Garbage Collection): Typo fix. + 2012-06-09 Chong Yidong * text.texi (Special Properties): Clarify the meaning of a list of diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index 1d0a7102a22..80012512062 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi @@ -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