diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-08-26 03:29:37 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-08-26 03:29:37 -0700 |
commit | 8b2e00a3297607e38e2be686bd2c7cab28f082d1 (patch) | |
tree | ea398fbd26d878ae1f556432267b88353f4c29bd /lisp/calc/calccomp.el | |
parent | 6bd1cda51b4818304b818cbd2ad7d2c0459f246b (diff) | |
download | emacs-8b2e00a3297607e38e2be686bd2c7cab28f082d1.tar.gz emacs-8b2e00a3297607e38e2be686bd2c7cab28f082d1.tar.bz2 emacs-8b2e00a3297607e38e2be686bd2c7cab28f082d1.zip |
Spelling fixes.
* Makefile.in (.PHONY): versioclean -> versionclean.
Diffstat (limited to 'lisp/calc/calccomp.el')
-rw-r--r-- | lisp/calc/calccomp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calccomp.el b/lisp/calc/calccomp.el index 51ea8e7b7a3..2f1c95b7668 100644 --- a/lisp/calc/calccomp.el +++ b/lisp/calc/calccomp.el @@ -86,7 +86,7 @@ (setq sn (math-to-underscores sn))) sn))) -;;; Give multiplication precendence when composing to avoid +;;; Give multiplication precedence when composing to avoid ;;; writing a*(b c) instead of a b c (defun math-compose-expr (a prec &optional div) (let ((calc-multiplication-has-precedence t) |