From: Eli Zaretskii Date: Sat, 19 May 2001 09:08:51 +0000 (+0000) Subject: (Buffers): Fix a typo. X-Git-Tag: emacs-pretest-21.0.104~433 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=83692ea3f25ba1d7531312e9236029c7268b5a6c;p=emacs.git (Buffers): Fix a typo. --- diff --git a/man/buffers.texi b/man/buffers.texi index a6ead2a87b9..0afe99bcea6 100644 --- a/man/buffers.texi +++ b/man/buffers.texi @@ -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.