# HG changeset patch # User Jay Belanger # Date 1182367999 0 # Node ID 62a0aff11bd0e27afb75c487ddd21c2377c100e6 # Parent 9d34273fd331ce079c84aae5e3110b864a5cd084 (Basic Arithmetic, Customizing Calc): Make description of the variable `calc-multiplication-has-precedence' match its effect. diff -r 9d34273fd331 -r 62a0aff11bd0 man/calc.texi --- a/man/calc.texi Wed Jun 20 19:32:49 2007 +0000 +++ b/man/calc.texi Wed Jun 20 19:33:19 2007 +0000 @@ -15987,8 +15987,8 @@ Calc may change the precedence depending on the language mode being used. @xref{Language Modes}.) This default ordering can be changed by setting the customizable variable @code{calc-multiplication-has-precedence} to -@code{nil} (@pxref{Customizing Calc}); this will give division a higher -precedence than multiplication. Note that Calc's default choice of +@code{nil} (@pxref{Customizing Calc}); this will give multiplication and +division equal precedences. Note that Calc's default choice of precedence allows @samp{a b / c d} to be used as a shortcut for @smallexample @group @@ -35178,14 +35178,14 @@ @defvar calc-multiplication-has-precedence The variable @code{calc-multiplication-has-precedence} determines -whether multiplication or division has precedence in algebraic formulas +whether multiplication has precedence over division in algebraic formulas in normal language modes. If @code{calc-multiplication-has-precedence} is non-@code{nil}, then multiplication has precedence, and so for example @samp{a/b*c} will be interpreted as @samp{a/(b*c)}. If -@code{calc-multiplication-has-precedence} is @code{nil}, then division -has precedence, and so for example @samp{a/b*c} will be interpreted as -@samp{(a/b)*c}. The default value of -@code{calc-multiplication-has-precedence} is @code{t}. +@code{calc-multiplication-has-precedence} is @code{nil}, then +multiplication has the same precedence as division, and so for example +@samp{a/b*c} will be interpreted as @samp{(a/b)*c}. The default value +of @code{calc-multiplication-has-precedence} is @code{t}. @end defvar @node Reporting Bugs, Summary, Customizing Calc, Top