Mercurial > emacs
changeset 37821:e76a89af15b4
(Buffers): Fix a typo.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 19 May 2001 09:08:51 +0000 |
parents | 0e439093d091 |
children | 1a52bb462cc9 |
files | man/buffers.texi |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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.