emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/calc.texi,v


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/man/calc.texi,v
Date: Wed, 20 Jun 2007 19:33:20 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jay Belanger <jpb>      07/06/20 19:33:20

Index: calc.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/calc.texi,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -b -r1.96 -r1.97
--- calc.texi   20 Jun 2007 15:17:29 -0000      1.96
+++ calc.texi   20 Jun 2007 19:33:19 -0000      1.97
@@ -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
address@hidden (@pxref{Customizing Calc}); this will give division a higher
-precedence than multiplication.  Note that Calc's default choice of
address@hidden (@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 address@hidden, then multiplication has precedence, and so for
 example @samp{a/b*c} will be interpreted as @samp{a/(b*c)}. If
address@hidden is @code{nil}, then division
-has precedence, and so for example @samp{a/b*c} will be interpreted as
address@hidden(a/b)*c}.  The default value of
address@hidden is @code{t}.
address@hidden is @code{nil}, then
+multiplication has the same precedence as division, and so for example
address@hidden/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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]