mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-15 09:47:20 +00:00
buffers.texi: Fix typo in @math construct.
* buffers.texi (Buffers): Fix display of @math content by using nested braces. (Bug#16389) Note that the HTML and plaintext output will use the curly braces like 2^{61} -- but it's better than to have a wrong display of 2^61 in the PDF and printed versions.
This commit is contained in:
parent
7e1899d7cd
commit
160006268a
@ -1,3 +1,8 @@
|
||||
2014-01-07 Bastien Guerry <bzg@gnu.org>
|
||||
|
||||
* buffers.texi (Buffers): Fix display of @math content by using
|
||||
nested braces. (Bug#16389)
|
||||
|
||||
2014-01-07 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* search.texi (Special Isearch): Document C-x 8 RET in isearch.
|
||||
|
@ -43,9 +43,9 @@ variables}---variables that can have a different value in each buffer.
|
||||
A buffer's size cannot be larger than some maximum, which is defined
|
||||
by the largest buffer position representable by @dfn{Emacs integers}.
|
||||
This is because Emacs tracks buffer positions using that data type.
|
||||
For typical 64-bit machines, this maximum buffer size is @math{2^61 -
|
||||
2} bytes, or about 2 EiB@. For typical 32-bit machines, the maximum is
|
||||
usually @math{2^29 - 2} bytes, or about 512 MiB@. Buffer sizes are
|
||||
For typical 64-bit machines, this maximum buffer size is @math{2^{61} - 2}
|
||||
bytes, or about 2 EiB@. For typical 32-bit machines, the maximum is
|
||||
usually @math{2^{29} - 2} bytes, or about 512 MiB@. Buffer sizes are
|
||||
also limited by the amount of memory in the system.
|
||||
|
||||
@menu
|
||||
|
Loading…
Reference in New Issue
Block a user