emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115913: buffers.texi: Fix typo in @math construct.


From: Bastien Guerry
Subject: [Emacs-diffs] trunk r115913: buffers.texi: Fix typo in @math construct.
Date: Tue, 07 Jan 2014 18:02:47 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115913
revision-id: address@hidden
parent: address@hidden
committer: Bastien Guerry <address@hidden>
branch nick: trunk
timestamp: Tue 2014-01-07 19:01:12 +0100
message:
  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.
modified:
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/buffers.texi         
buffers.texi-20091113204419-o5vbwnq5f7feedwu-6234
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2014-01-07 16:55:17 +0000
+++ b/doc/emacs/ChangeLog       2014-01-07 18:01:12 +0000
@@ -1,3 +1,8 @@
+2014-01-07  Bastien Guerry  <address@hidden>
+
+       * buffers.texi (Buffers): Fix display of @math content by using
+       nested braces.  (Bug#16389)
+
 2014-01-07  Chong Yidong  <address@hidden>
 
        * search.texi (Special Isearch): Document C-x 8 RET in isearch.

=== modified file 'doc/emacs/buffers.texi'
--- a/doc/emacs/buffers.texi    2014-01-01 07:43:34 +0000
+++ b/doc/emacs/buffers.texi    2014-01-07 18:01:12 +0000
@@ -43,9 +43,9 @@
   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 address@hidden  For typical 32-bit machines, the maximum 
is
-usually @math{2^29 - 2} bytes, or about 512 address@hidden  Buffer sizes are
+For typical 64-bit machines, this maximum buffer size is @math{2^{61} - 2}
+bytes, or about 2 address@hidden  For typical 32-bit machines, the maximum is
+usually @math{2^{29} - 2} bytes, or about 512 address@hidden  Buffer sizes are
 also limited by the amount of memory in the system.
 
 @menu


reply via email to

[Prev in Thread] Current Thread [Next in Thread]