]> git.eshelyaron.com Git - emacs.git/commitdiff
(Buffers): Fix a typo.
authorEli Zaretskii <eliz@gnu.org>
Sat, 19 May 2001 09:08:51 +0000 (09:08 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 19 May 2001 09:08:51 +0000 (09:08 +0000)
man/buffers.texi

index a6ead2a87b90b804f87f89cac87f3dc034fa45d0..0afe99bcea6a8a4ba7147e6636dd1900fea716f4 100644 (file)
@@ -42,9 +42,10 @@ the value in other buffers.  @xref{Locals}.
 
 @cindex buffer size, maximum
   A buffer's size cannot be larger than some maximum, which is defined
-by largest buffer position representable by the @dfn{Emacs integer} data
-type.  This is because Emacs tracks buffer positions using that data
-type.  For 32-bit machines, the largest buffer size is 128 megabytes.
+by the largest buffer position representable by the @dfn{Emacs integer}
+data type.  This is because Emacs tracks buffer positions using that
+data type.  For 32-bit machines, the largest buffer size is 128
+megabytes.
 
 @menu
 * Select Buffer::       Creating a new buffer or reselecting an old one.