diff options
author | Jay Belanger <jay.p.belanger@gmail.com> | 2012-07-31 16:38:18 -0500 |
---|---|---|
committer | Jay Belanger <jay.p.belanger@gmail.com> | 2012-07-31 16:38:18 -0500 |
commit | d66060f8240bda3945e812d9172df3e6a7e4d67a (patch) | |
tree | 96b19b46857e56f830b4ca9e1695e2d554df05d3 /lisp/calc/calc-mode.el | |
parent | d2605269ba0941921d18a328a15450b2689b5431 (diff) | |
download | emacs-d66060f8240bda3945e812d9172df3e6a7e4d67a.tar.gz emacs-d66060f8240bda3945e812d9172df3e6a7e4d67a.tar.bz2 emacs-d66060f8240bda3945e812d9172df3e6a7e4d67a.zip |
calc-mode.el (calc-set-simplify-mode): Adjust message.
Diffstat (limited to 'lisp/calc/calc-mode.el')
-rw-r--r-- | lisp/calc/calc-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-mode.el b/lisp/calc/calc-mode.el index 5ac40da91f6..333485d8f94 100644 --- a/lisp/calc/calc-mode.el +++ b/lisp/calc/calc-mode.el @@ -504,7 +504,7 @@ mode))) (message "%s" (if (eq calc-simplify-mode mode) msg - "Default algebraic simplifications enabled"))) + "Algebraic simplification occurs by default"))) (defun calc-no-simplify-mode (arg) (interactive "P") |