From: Glenn Morris Date: Tue, 7 Jan 2014 18:50:49 +0000 (-0500) Subject: Fix some superscript typos in doc/ X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~25 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d831c9b86499f132a33666d58841c79a338d92dc;p=emacs.git Fix some superscript typos in doc/ * doc/lispref/files.texi (File Attributes): * doc/misc/efaq.texi (Problems with very large files): Fix superscript typo. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index dfe9e6de7de..f6343606b94 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 934ccaeadbe..6f205ebe840 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 cc426378f94..46fb672e28a 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 a731b9b6b4b..aaca5d6f0c1 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.