diff options
| author | Gerd Moellmann | 2001-07-10 14:09:30 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-07-10 14:09:30 +0000 |
| commit | 6ce5615d623f1cfdf02c8725f12390a786aa9cd7 (patch) | |
| tree | f2b6c4a2bb11470a9ef7b5b6088f455fcf499424 /lisp/ChangeLog | |
| parent | 6b05fae3af94b547924952a87d5ae03bd794f567 (diff) | |
| download | emacs-6ce5615d623f1cfdf02c8725f12390a786aa9cd7.tar.gz emacs-6ce5615d623f1cfdf02c8725f12390a786aa9cd7.zip | |
(describe-function-1): When printing FUNCTION's
documentation, don't assume FUNCTION is a symbol.
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 029acf33895..01f1c979e15 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-07-10 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-07-10 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * help.el (describe-function-1): When printing FUNCTION's | ||
| 4 | documentation, don't assume FUNCTION is a symbol. | ||
| 5 | |||
| 3 | * startup.el (normal-top-level): Don't operate on the initial | 6 | * startup.el (normal-top-level): Don't operate on the initial |
| 4 | frame if we failed to create one. | 7 | frame if we failed to create one. |
| 5 | 8 | ||