diff options
| author | Eli Zaretskii | 2005-12-03 12:07:55 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-12-03 12:07:55 +0000 |
| commit | 7a5ea63f0f882af07954501b0e7b577c6bdb6055 (patch) | |
| tree | 92dd9bac163300ca12eb8a8851b9757c9e332f0d /lisp/ChangeLog | |
| parent | 7b057a3d5755259dd96c02d5f3dfe4e98e00c0bc (diff) | |
| download | emacs-7a5ea63f0f882af07954501b0e7b577c6bdb6055.tar.gz emacs-7a5ea63f0f882af07954501b0e7b577c6bdb6055.zip | |
(apropos-zippy): Call print-help-return-message, similar to other Help
and Apropos commands.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 687b89d3906..e640bb95710 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,12 @@ | |||
| 1 | 2005-12-03 Eli Zaretskii <eliz@gnu.org> | 1 | 2005-12-03 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * play/yow.el (apropos-zippy): Call print-help-return-message, | ||
| 4 | similar to other Help and Apropos commands. | ||
| 5 | |||
| 3 | * help.el (print-help-return-message): If pop-up-frames is | 6 | * help.el (print-help-return-message): If pop-up-frames is |
| 4 | non-nil, set up help-return-method to delete the help window and, | 7 | non-nil, set up help-return-method to delete the help window and, |
| 5 | possibly, its frame as well. Doc fix. | 8 | possibly, its frame as well, and don't display message about |
| 9 | scrolling the help window. Doc fix. | ||
| 6 | (help-return-method): Doc fix. | 10 | (help-return-method): Doc fix. |
| 7 | 11 | ||
| 8 | 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change) | 12 | 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change) |