diff options
| author | Jay Belanger | 2007-10-20 15:38:24 +0000 |
|---|---|---|
| committer | Jay Belanger | 2007-10-20 15:38:24 +0000 |
| commit | 9c26440366110bd020b105d8d9dc4519f7ea04bc (patch) | |
| tree | 00491fbf47bbd8f76a6e5137caf70843eedf864a /doc | |
| parent | 059d1e666255bc16aae40a981cd7cbed1393af83 (diff) | |
| download | emacs-9c26440366110bd020b105d8d9dc4519f7ea04bc.tar.gz emacs-9c26440366110bd020b105d8d9dc4519f7ea04bc.zip | |
(Trigonometric and Hyperbolic Functions): Fix typo.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/misc/calc.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index a5b44a846de..703d59f92a6 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | about integer size into past tense. | 4 | about integer size into past tense. |
| 5 | (Time Zones): Remove pointer to Calc author's address. | 5 | (Time Zones): Remove pointer to Calc author's address. |
| 6 | (Trigonometric and Hyperbolic Functions): Mention cotangent | 6 | (Trigonometric and Hyperbolic Functions): Mention cotangent |
| 7 | and hyperbolic cotangent. | 7 | and hyperbolic cotangent. Fix typo. |
| 8 | 8 | ||
| 9 | 2007-10-10 Michael Albinus <michael.albinus@gmx.de> | 9 | 2007-10-10 Michael Albinus <michael.albinus@gmx.de> |
| 10 | 10 | ||
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 75761468443..24167328d54 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi | |||
| @@ -18324,7 +18324,7 @@ The remaining trigonometric functions, @code{calc-sec} [@code{sec}], | |||
| 18324 | available. With the Hyperbolic flag, these compute their hyperbolic | 18324 | available. With the Hyperbolic flag, these compute their hyperbolic |
| 18325 | counterparts, which are also available separately as @code{calc-sech} | 18325 | counterparts, which are also available separately as @code{calc-sech} |
| 18326 | [@code{sech}], @code{calc-csch} [@code{csch}] and @code{calc-coth} | 18326 | [@code{sech}], @code{calc-csch} [@code{csch}] and @code{calc-coth} |
| 18327 | [@code{coth}]. (These commmands do not accept the Inverse flag.) | 18327 | [@code{coth}]. (These commands do not accept the Inverse flag.) |
| 18328 | 18328 | ||
| 18329 | @node Advanced Math Functions, Branch Cuts, Trigonometric and Hyperbolic Functions, Scientific Functions | 18329 | @node Advanced Math Functions, Branch Cuts, Trigonometric and Hyperbolic Functions, Scientific Functions |
| 18330 | @section Advanced Mathematical Functions | 18330 | @section Advanced Mathematical Functions |