# HG changeset patch # User Eli Zaretskii # Date 990263331 0 # Node ID e76a89af15b4c52d75bce2361c554bba90c67213 # Parent 0e439093d0910dae3c571a9461c02efb22f68bce (Buffers): Fix a typo. diff -r 0e439093d091 -r e76a89af15b4 man/buffers.texi --- a/man/buffers.texi Fri May 18 17:42:04 2001 +0000 +++ b/man/buffers.texi Sat May 19 09:08:51 2001 +0000 @@ -42,9 +42,10 @@ @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.