summaryrefslogtreecommitdiff
path: root/lisp/calc/README
diff options
context:
space:
mode:
authorJay Belanger <jay.p.belanger@gmail.com>2010-11-18 19:14:36 -0600
committerJay Belanger <jay.p.belanger@gmail.com>2010-11-18 19:14:36 -0600
commit1265829ec33f6d23787733a3f312984f4f268a33 (patch)
tree4e97e83ec3b44852bfdb20420498163e101b4059 /lisp/calc/README
parent84dfc8a7faccf53d54231ab47a2dc237c80251fb (diff)
downloademacs-1265829ec33f6d23787733a3f312984f4f268a33.tar.gz
calc.texi (TeX and LaTeX Language Modes, Predefined Units):
calc-units.el (math-build-units-table-buffer): README: Mention that the TeX specific units won't use the `tex' prefix in TeX mode. calc-lang.el (math-variable-table): Don't use the `tex' prefix for units in TeX mode.
Diffstat (limited to 'lisp/calc/README')
-rw-r--r--lisp/calc/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/calc/README b/lisp/calc/README
index cf3a697c5d7..b23666018e5 100644
--- a/lisp/calc/README
+++ b/lisp/calc/README
@@ -74,6 +74,9 @@ Summary of changes to "Calc"
Emacs 24.1
+* Calc no longer uses the tex prefix for TeX specific unit
+names when using TeX or LaTeX mode.
+
* Added option to highlight selections using faces.
* Gave `calc-histogram' the option of using a vector to determine the bins.