changeset 77203:bcc16ff22a34

(Formula syntax for Calc): Emphasize the operator precedence in Calc.
author Carsten Dominik <dominik@science.uva.nl>
date Sat, 14 Apr 2007 16:17:24 +0000
parents f36a3ee82d47
children 486e9f043a7d
files man/org.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/man/org.texi	Sat Apr 14 16:16:43 2007 +0000
+++ b/man/org.texi	Sat Apr 14 16:17:24 2007 +0000
@@ -1478,9 +1478,9 @@
 @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}),