calc.texi (Customizing Calc): Rearrange description of new

variables to match the presentation of other variables.
This commit is contained in:
Jay Belanger 2010-08-08 21:30:10 -05:00
parent fc5604453e
commit 443c2c0301
3 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (Customizing Calc): Rearrange description of new
variables to match the presentation of other variables.
2010-08-08 Juanma Barranquero <lekktu@gmail.com>
* org.texi (Footnotes, Tables in HTML export): Fix typos.

View file

@ -35214,6 +35214,7 @@ and @code{calc-embedded-open-close-plain-alist}.
@defvar calc-highlight-selections-with-faces
@defvarx calc-selected-face
@defvarx calc-nonselected-face
See @ref{Displaying Selections}.@*
The variable @code{calc-highlight-selections-with-faces}
determines how selected sub-formulas are distinguished.
If @code{calc-highlight-selections-with-faces} is nil, then
@ -35224,7 +35225,7 @@ If @code{calc-highlight-selections-with-faces} is t,
then a selected sub-formula is distinguished either by displaying the
non-selected portion of the formula with @code{calc-nonselected-face}
or by displaying the selected sub-formula with
@code{calc-nonselected-face}. (@pxref{Displaying Selections}.)
@code{calc-nonselected-face}.
@end defvar
@defvar calc-multiplication-has-precedence

View file

@ -74,6 +74,8 @@ Summary of changes to "Calc"
Emacs 24.1
* Added option to highlight selections using faces.
* Gave `calc-histogram' the option of using a vector to determine the bins.
* Added "O" option prefix.