summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-mode.el
diff options
context:
space:
mode:
authorJay Belanger <jay.p.belanger@gmail.com>2012-07-31 16:38:18 -0500
committerJay Belanger <jay.p.belanger@gmail.com>2012-07-31 16:38:18 -0500
commitd66060f8240bda3945e812d9172df3e6a7e4d67a (patch)
tree96b19b46857e56f830b4ca9e1695e2d554df05d3 /lisp/calc/calc-mode.el
parentd2605269ba0941921d18a328a15450b2689b5431 (diff)
downloademacs-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.el2
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")