From: Juri Linkov Date: Fri, 8 Oct 2004 20:58:54 +0000 (+0000) Subject: (Default Simplifications): Add missing ). X-Git-Tag: ttn-vms-21-2-B4~4660 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8762f451cf3077a3babf2a5d55e8cca475f92f1b;p=emacs.git (Default Simplifications): Add missing ). --- diff --git a/man/calc.texi b/man/calc.texi index 8c3a3c5f92c..3f5c40979ab 100644 --- a/man/calc.texi +++ b/man/calc.texi @@ -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)}).