Fix some superscript typos in doc/
authorGlenn Morris <rgm@gnu.org>
Tue, 7 Jan 2014 18:50:49 +0000 (13:50 -0500)
committerGlenn Morris <rgm@gnu.org>
Tue, 7 Jan 2014 18:50:49 +0000 (13:50 -0500)
* doc/lispref/files.texi (File Attributes):
* doc/misc/efaq.texi (Problems with very large files):
Fix superscript typo.

doc/lispref/ChangeLog
doc/lispref/files.texi
doc/misc/ChangeLog
doc/misc/efaq.texi

index dfe9e6d..f634360 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-07  Glenn Morris  <rgm@gnu.org>
+
+       * files.texi (File Attributes): Fix superscipt typo.
+
 2014-01-07  Chong Yidong  <cyd@gnu.org>
 
        * files.texi (Changing Files): Document copy-file changes.
index 934ccae..6f205eb 100644 (file)
@@ -1205,7 +1205,7 @@ An unspecified value, present for backward compatibility.
 @item
 The file's inode number.  If possible, this is an integer.  If the
 inode number is too large to be represented as an integer in Emacs
-Lisp but dividing it by @math{2^16} yields a representable integer,
+Lisp but dividing it by @math{2^{16}} yields a representable integer,
 then the value has the
 form @code{(@var{high} . @var{low})}, where @var{low} holds the low 16
 bits.  If the inode number is too wide for even that, the value is of the form
index cc42637..46fb672 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-07  Glenn Morris  <rgm@gnu.org>
+
+       * efaq.texi (Problems with very large files): Fix superscript typo.
+
 2013-01-07  Rasmus  <w530@pank.eu>
 
        * org.texi (Global and local cycling): Fix missing '@'.
index a731b9b..aaca5d6 100644 (file)
@@ -2750,7 +2750,7 @@ type @kbd{C-h C-p} to read it.
 
 Old versions (i.e., anything before 19.29) of Emacs had problems editing
 files larger than 8 megabytes.  In versions 19.29 and later, the maximum
-buffer size is at least 2^27@minus{}1, or 134,217,727 bytes, or 132 MBytes.
+buffer size is at least @math{2^{27}-1}, or 134,217,727 bytes, or 132 MBytes.
 The maximum buffer size on 32-bit machines increased to 256 MBytes in
 Emacs 22, and again to 512 MBytes in Emacs 23.2.