diff options
| author | Eli Zaretskii | 2001-02-06 19:39:07 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-02-06 19:39:07 +0000 |
| commit | 9889af089dde042247cb9117aafb7a9810e80ed3 (patch) | |
| tree | f116a1b9e640d7c84fd7b16d9e035509a8f25654 /lisp/ChangeLog | |
| parent | 44806980873e4a2283d8b83c8f81f76348f1d821 (diff) | |
| download | emacs-9889af089dde042247cb9117aafb7a9810e80ed3.tar.gz emacs-9889af089dde042247cb9117aafb7a9810e80ed3.zip | |
(previous-matching-history-element, next-matching-history-element): Doc fix.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c578afef2fa..033a8c81840 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 2 | ||
| 3 | * simple.el (previous-matching-history-element) | ||
| 4 | (next-matching-history-element): Doc fix. | ||
| 5 | |||
| 3 | * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos | 6 | * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos |
| 4 | specific part. | 7 | specific part. |
| 5 | 8 | ||