+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.
@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
+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 '@'.
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.