diff options
| author | Richard M. Stallman | 2005-11-10 03:18:51 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-11-10 03:18:51 +0000 |
| commit | fe8bc3fa174dbfaf3420378f24120afa508b470a (patch) | |
| tree | f9ff65e107c657028ea832b948e596a9259d4996 /lisp/ChangeLog | |
| parent | 1f0bb3e7fe4a691aaabb77d6a066570e309b3e1e (diff) | |
| download | emacs-fe8bc3fa174dbfaf3420378f24120afa508b470a.tar.gz emacs-fe8bc3fa174dbfaf3420378f24120afa508b470a.zip | |
(apropos-pattern): Renamed from apropos-regexp.
(apropos-orig-pattern): Renamed from apropos-orig-regexp.
All uses changed.
(apropos-rewrite-regexp): Doc fix.
(apropos-variable, apropos-command apropos, apropos-value):
Change prompt; carry through the argument renaming.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d081c319ba0..9fa5965093c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2005-11-09 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * apropos.el (apropos-pattern): Renamed from apropos-regexp. | ||
| 4 | (apropos-orig-pattern): Renamed from apropos-orig-regexp. | ||
| 5 | All uses changed. | ||
| 6 | (apropos-rewrite-regexp): Doc fix. | ||
| 7 | (apropos-variable, apropos-command, apropos, apropos-value): | ||
| 8 | Change prompt; carry through the argument renaming. | ||
| 9 | |||
| 1 | 2005-11-09 Luc Teirlinck <teirllm@auburn.edu> | 10 | 2005-11-09 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 11 | ||
| 3 | * find-lisp.el: Require dired. | 12 | * find-lisp.el: Require dired. |