]> git.eshelyaron.com Git - emacs.git/commitdiff
(Tutorial): Use ^{\prime} to indicate primes.
authorDaniel E. Doherty <ddoherty03@gmail.com>
Sat, 1 May 2010 23:47:59 +0000 (18:47 -0500)
committerJay Belanger <jay.p.belanger@gmail.com>
Sat, 1 May 2010 23:47:59 +0000 (18:47 -0500)
doc/misc/ChangeLog
doc/misc/calc.texi

index 1d4f1a5f614be6acea8990fae44e57459fcad775..01657f65adebb7b2fd90c7c72638a7e10f896079 100644 (file)
@@ -1,3 +1,7 @@
+2010-05-01  Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
+
+       * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
+
 2010-05-01  Michael Albinus  <michael.albinus@gmx.de>
 
        * tramp.texi (Inline methods, Default Method): Mention
index 7647dd4d61a0d894786bd0c6850293eafa41ec5e..96075b6710dd7a65423a06cd3b18e40483000e22 100644 (file)
@@ -6234,7 +6234,7 @@ new_x = x - f(x)/f'(x)
 @end ifnottex
 @tex
 \beforedisplay
-$$ x_{\rm new} = x - {f(x) \over f'(x)} $$
+$$ x_{\rm new} = x - {f(x) \over f^{\prime}(x)} $$
 \afterdisplay
 @end tex
 
@@ -7901,7 +7901,7 @@ term.  So we can take it out to get an equivalent formula with
 @tex
 \turnoffactive
 \beforedisplay
-$$ 9 a + 3 b + c - 511 n' $$
+$$ 9 a + 3 b + c - 511 n^{\prime} $$
 \afterdisplay
 @end tex