diff options
author | Jay Belanger <jay.p.belanger@gmail.com> | 2012-07-31 16:32:28 -0500 |
---|---|---|
committer | Jay Belanger <jay.p.belanger@gmail.com> | 2012-07-31 16:32:28 -0500 |
commit | d2605269ba0941921d18a328a15450b2689b5431 (patch) | |
tree | 2b6be35238635f272f3a6bfe43898d2c8b18a5a7 /lisp/calc/calc-help.el | |
parent | 331ff3b90629b4cc2014e49938d6971a6bffd941 (diff) | |
download | emacs-d2605269ba0941921d18a328a15450b2689b5431.tar.gz |
calc-mode.el (calc-basic-simplification-mode): Rename from
`calc-limited-simplification-mode'.
(calc-alg-simplification-mode): New function.
calc.el (calc-set-mode-line): Adjust mode line display
for basic simplification mode.
calc-help.el (calc-m-prefix-help): Update help message.
calc-ext.el (calc-init-extensions): Add bindings and autoloads
for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
Diffstat (limited to 'lisp/calc/calc-help.el')
-rw-r--r-- | lisp/calc/calc-help.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el index f48fae388d5..b17c6b4e3b8 100644 --- a/lisp/calc/calc-help.el +++ b/lisp/calc/calc-help.el @@ -642,7 +642,7 @@ C-w Describe how there is no warranty for Calc." '("Deg, Rad, HMS; Frac; Polar; Inf; Alg, Total; Symb; Vec/mat" "Working; Xtensions; Mode-save; preserve Embedded modes" "SHIFT + Shifted-prefixes, mode-Filename; Record; reCompute" - "SHIFT + simplify: Off, Num, Limited, Default, Bin, Ext, Units") + "SHIFT + simplify: Off, Num, basIc, Algebraic, Bin, Ext, Units") "mode" ?m)) |