diff options
| author | Juanma Barranquero | 2012-05-22 20:31:19 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2012-05-22 20:31:19 +0200 |
| commit | bd7239f5425eef5c6bff2d696dd3452751747747 (patch) | |
| tree | 0026cf3c8008a8691a15cc7fdcfa71771299d53c /lisp | |
| parent | 9e1701c68b9f62f5b30f1738144509bf21599f4c (diff) | |
| download | emacs-bd7239f5425eef5c6bff2d696dd3452751747747.tar.gz emacs-bd7239f5425eef5c6bff2d696dd3452751747747.zip | |
Fix ChangeLog typos.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 91ab8173916..1cca78a48f1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | * progmodes/which-func.el (which-func-ff-hook): | 3 | * progmodes/which-func.el (which-func-ff-hook): |
| 4 | Check against user-error, not error. | 4 | Check against user-error, not error. |
| 5 | 5 | ||
| 6 | * emacs-lisp/edebug.el (top): Do not load or setup up loading of | 6 | * emacs-lisp/edebug.el (top): Do not load or set up loading of |
| 7 | cl-specs.el, which no longer exists. | 7 | cl-specs.el, which no longer exists. |
| 8 | 8 | ||
| 9 | 2012-05-22 Glenn Morris <rgm@gnu.org> | 9 | 2012-05-22 Glenn Morris <rgm@gnu.org> |
| @@ -66,7 +66,7 @@ | |||
| 66 | 66 | ||
| 67 | * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma): | 67 | * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma): |
| 68 | New functions. | 68 | New functions. |
| 69 | (math-function-table): Add support for more C functions. | 69 | (math-function-table): Add support for more C functions. |
| 70 | 70 | ||
| 71 | 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es> | 71 | 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es> |
| 72 | 72 | ||