mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-19 18:13:55 +00:00
(Buffers): Fix a typo.
This commit is contained in:
parent
9f58cc1ceb
commit
83692ea3f2
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user