]> git.eshelyaron.com Git - emacs.git/commitdiff
(Default Simplifications): Add missing ).
authorJuri Linkov <juri@jurta.org>
Fri, 8 Oct 2004 20:58:54 +0000 (20:58 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 8 Oct 2004 20:58:54 +0000 (20:58 +0000)
man/calc.texi

index 8c3a3c5f92c58505d143ba06154cab10ddab94cb..3f5c40979ab6485416afe45b82afdae02851758e 100644 (file)
@@ -21981,7 +21981,7 @@ back on.
 The most basic default simplification is the evaluation of functions.
 For example, @cite{2 + 3} is evaluated to @cite{5}, and @cite{@t{sqrt}(9)}
 is evaluated to @cite{3}.  Evaluation does not occur if the arguments
-to a function are somehow of the wrong type (@cite{@t{tan}([2,3,4])},
+to a function are somehow of the wrong type (@cite{@t{tan}([2,3,4])}),
 range (@cite{@t{tan}(90)}), or number (@cite{@t{tan}(3,5)}), or if the
 function name is not recognized (@cite{@t{f}(5)}), or if ``symbolic''
 mode (@pxref{Symbolic Mode}) prevents evaluation (@cite{@t{sqrt}(2)}).