diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index dfe9e6de7de8a735ef67b7ab45667d1fed55b435..f6343606b9499338e9ffa633e683ba5170649c94 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2014-01-07 Glenn Morris + + * files.texi (File Attributes): Fix superscipt typo. + 2014-01-07 Chong Yidong * files.texi (Changing Files): Document copy-file changes. diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index 934ccaeadbe7facfde99796d4e8fcad12c6a5ebe..6f205ebe8407713de8187fba7597a72092203983 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi @@ -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 diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index cc426378f9409e7afd6c1e3cff99c73f156fdc15..46fb672e28a45620ec5e6956a1eacc9ddf946b9b 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2014-01-07 Glenn Morris + + * efaq.texi (Problems with very large files): Fix superscript typo. + 2013-01-07 Rasmus * org.texi (Global and local cycling): Fix missing '@'. diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index a731b9b6b4bf57236c4d99217ff891e4df626ad2..aaca5d6f0c1f03a269b63b88df0212de28438671 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi @@ -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.