diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 77c586c47fb..7cfe6d842d9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2011-04-21 Juanma Barranquero <lekktu@gmail.com> | 1 | 2011-04-21 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 2 | ||
| 3 | * play/mpuz.el (mpuz-silent): Doc fix. | ||
| 4 | (mpuz-mode-map): Move initialization into declaration. | ||
| 5 | (mpuz-put-number-on-board): Rename parameter L to COLUMNS. | ||
| 6 | (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer): | ||
| 7 | Fix typos in docstrings. | ||
| 8 | |||
| 3 | * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token) | 9 | * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token) |
| 4 | (doctor-nounp, doctor-pronounp): Fix typos in docstrings. | 10 | (doctor-nounp, doctor-pronounp): Fix typos in docstrings. |
| 5 | 11 | ||