diff options
author | Glenn Morris <rgm@gnu.org> | 2008-02-21 07:52:22 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-02-21 07:52:22 +0000 |
commit | eeee3ae10553ac0f95ea922a848529053517352f (patch) | |
tree | 3f579978c912ad9187b90989469157562dcdaf0b | |
parent | f706b27832cf344b597928757b9f8423efb07016 (diff) | |
download | emacs-eeee3ae10553ac0f95ea922a848529053517352f.tar.gz |
Fix comment typo.
-rw-r--r-- | lisp/calc/calc-prog.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-prog.el b/lisp/calc/calc-prog.el index 124558c4ca0..9893bfa636b 100644 --- a/lisp/calc/calc-prog.el +++ b/lisp/calc/calc-prog.el @@ -165,7 +165,7 @@ (defvar math-integral-cache-state) ;; calc-user-formula-alist is local to calc-user-define-formula, -;; calc-user-define-compostion and calc-finish-formula-edit, +;; calc-user-define-composition and calc-finish-formula-edit, ;; but is used by calc-fix-user-formula. (defvar calc-user-formula-alist) |