From: Eli Zaretskii Date: Fri, 1 Mar 2019 10:30:47 +0000 (+0200) Subject: Fix a typo in the Calc manual X-Git-Tag: emacs-26.2~51 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9df1365f3838704e38f82c138175713a146a7164;p=emacs.git Fix a typo in the Calc manual * doc/misc/calc.texi (Algebraic Tutorial): Fix parentheses in @example. (Bug#34689) --- diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 0b6e119390e..7cfb7e1f0b2 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi @@ -1775,7 +1775,7 @@ evaluated first, then @samp{*}, then @samp{/}, then finally is equivalent to @example -2 + ((3*4*5) / (6*(7^8)) - 9 +2 + ((3*4*5) / (6*(7^8))) - 9 @end example @noindent