emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115914: Fix some superscript typos in doc/


From: Glenn Morris
Subject: [Emacs-diffs] trunk r115914: Fix some superscript typos in doc/
Date: Tue, 07 Jan 2014 18:50:52 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115914
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2014-01-07 13:50:49 -0500
message:
  Fix some superscript typos in doc/
  
  * doc/lispref/files.texi (File Attributes):
  * doc/misc/efaq.texi (Problems with very large files):
  Fix superscript typo.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/files.texi         files.texi-20091113204419-o5vbwnq5f7feedwu-6179
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/efaq.texi             faq.texi-20091113204419-o5vbwnq5f7feedwu-6301
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2014-01-07 16:55:17 +0000
+++ b/doc/lispref/ChangeLog     2014-01-07 18:50:49 +0000
@@ -1,3 +1,7 @@
+2014-01-07  Glenn Morris  <address@hidden>
+
+       * files.texi (File Attributes): Fix superscipt typo.
+
 2014-01-07  Chong Yidong  <address@hidden>
 
        * files.texi (Changing Files): Document copy-file changes.

=== modified file 'doc/lispref/files.texi'
--- a/doc/lispref/files.texi    2014-01-07 04:36:52 +0000
+++ b/doc/lispref/files.texi    2014-01-07 18:50:49 +0000
@@ -1205,7 +1205,7 @@
 @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

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2014-01-07 16:55:17 +0000
+++ b/doc/misc/ChangeLog        2014-01-07 18:50:49 +0000
@@ -1,3 +1,7 @@
+2014-01-07  Glenn Morris  <address@hidden>
+
+       * efaq.texi (Problems with very large files): Fix superscript typo.
+
 2013-01-07  Rasmus  <address@hidden>
 
        * org.texi (Global and local cycling): Fix missing '@'.

=== modified file 'doc/misc/efaq.texi'
--- a/doc/misc/efaq.texi        2014-01-07 16:50:03 +0000
+++ b/doc/misc/efaq.texi        2014-01-07 18:50:49 +0000
@@ -2750,7 +2750,7 @@
 
 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 address@hidden, 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.
 


reply via email to

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