]> git.eshelyaron.com Git - emacs.git/commitdiff
(Formula syntax for Calc): Emphasize the operator precedence in Calc.
authorCarsten Dominik <dominik@science.uva.nl>
Sat, 14 Apr 2007 16:17:24 +0000 (16:17 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Sat, 14 Apr 2007 16:17:24 +0000 (16:17 +0000)
man/org.texi

index 4b484f254092705dcf786b0ca041f4d9fac2c962..6d8494d431ebc9ea21f9c90f794c6ac77dff3f64 100644 (file)
@@ -1478,9 +1478,9 @@ described below, see @ref{Advanced features}.
 @cindex syntax, of formulas
 
 A formula can be any algebraic expression understood by the Emacs
-@file{Calc} package.  Note that @file{calc} has the slightly
+@file{Calc} package.  @b{Note that @file{calc} has the
 non-standard convention that @samp{/} has lower precedence than
-@samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}.  Before
+@samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}.}  Before
 evaluation by @code{calc-eval} (@pxref{Calling Calc from
 Your Programs,calc-eval,Calling calc from Your Lisp Programs,calc,GNU
 Emacs Calc Manual}),