From 83692ea3f25ba1d7531312e9236029c7268b5a6c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 19 May 2001 09:08:51 +0000 Subject: (Buffers): Fix a typo. --- man/buffers.texi | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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. -- cgit v1.2.1