summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-05-19 09:08:51 +0000
committerEli Zaretskii <eliz@gnu.org>2001-05-19 09:08:51 +0000
commit83692ea3f25ba1d7531312e9236029c7268b5a6c (patch)
treed6849e29a835be74b4a925600143dcb47e8001c1
parent9f58cc1ceb70fe4af2ac9c617085d1743451b7c7 (diff)
downloademacs-83692ea3f25ba1d7531312e9236029c7268b5a6c.tar.gz
(Buffers): Fix a typo.
-rw-r--r--man/buffers.texi7
1 files 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.