diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-10-01 09:12:37 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-10-01 09:12:37 +0000 |
commit | 183080b610ce4d3385d272aa26b61f3a54f7a9af (patch) | |
tree | 23cec0c26976cad35c9e3da380161d9945c31b95 /lisp/ChangeLog.11 | |
parent | ca311e4261c746b9c7f3e48029cf56423fe6757e (diff) | |
download | emacs-183080b610ce4d3385d272aa26b61f3a54f7a9af.tar.gz |
Fix typos.
Diffstat (limited to 'lisp/ChangeLog.11')
-rw-r--r-- | lisp/ChangeLog.11 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11 index 70b1bd3c73f..975523363e0 100644 --- a/lisp/ChangeLog.11 +++ b/lisp/ChangeLog.11 @@ -2684,7 +2684,7 @@ (math-do-integral): Set `math-linear-subst-tried' to nil. (math-do-integral-methods): Use `math-linear-subst-tried' to determine what type of substitution to try. - (math-integ-try-linear-substituion): + (math-integ-try-linear-substitution): Set `math-linear-subst-tried' to t. 2004-11-08 Kim F. Storm <storm@cua.dk> |