[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r101031: calc.texi (Customizing Calc)
From: |
Jay Belanger |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r101031: calc.texi (Customizing Calc): Rearrange description of new |
Date: |
Sun, 08 Aug 2010 21:30:10 -0500 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 101031
committer: Jay Belanger <address@hidden>
branch nick: trunk
timestamp: Sun 2010-08-08 21:30:10 -0500
message:
calc.texi (Customizing Calc): Rearrange description of new
variables to match the presentation of other variables.
modified:
doc/misc/ChangeLog
doc/misc/calc.texi
lisp/calc/README
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog 2010-08-08 21:12:29 +0000
+++ b/doc/misc/ChangeLog 2010-08-09 02:30:10 +0000
@@ -1,3 +1,8 @@
+2010-08-09 Jay Belanger <address@hidden>
+
+ * calc.texi (Customizing Calc): Rearrange description of new
+ variables to match the presentation of other variables.
+
2010-08-08 Juanma Barranquero <address@hidden>
* org.texi (Footnotes, Tables in HTML export): Fix typos.
=== modified file 'doc/misc/calc.texi'
--- a/doc/misc/calc.texi 2010-08-08 03:04:57 +0000
+++ b/doc/misc/calc.texi 2010-08-09 02:30:10 +0000
@@ -35214,6 +35214,7 @@
@defvar calc-highlight-selections-with-faces
@defvarx calc-selected-face
@defvarx calc-nonselected-face
+See @ref{Displaying address@hidden
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 @@
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
address@hidden (@pxref{Displaying Selections}.)
address@hidden
@end defvar
@defvar calc-multiplication-has-precedence
=== modified file 'lisp/calc/README'
--- a/lisp/calc/README 2010-05-16 04:43:09 +0000
+++ b/lisp/calc/README 2010-08-09 02:30:10 +0000
@@ -74,6 +74,8 @@
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r101031: calc.texi (Customizing Calc): Rearrange description of new,
Jay Belanger <=