diff options
author | Martin Rudalics <rudalics@gmx.at> | 2011-11-08 10:33:22 +0100 |
---|---|---|
committer | Martin Rudalics <rudalics@gmx.at> | 2011-11-08 10:33:22 +0100 |
commit | e1c2c6f2c3adec10b371757b4f37e13cdfe1347a (patch) | |
tree | 6fe92201be5d39bbed4108ae6d0ab336bb5d4623 /lisp/ChangeLog | |
parent | b9818a7510168781ebba86f0667d231d909910c4 (diff) | |
download | emacs-e1c2c6f2c3adec10b371757b4f37e13cdfe1347a.tar.gz |
Remove stale references to help-setup parameter in doc-strings.
* window.el (display-buffer-function, special-display-function):
Mention display-buffer-record-window but do not mention
help-setup parameter in doc-strings.
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 394559563e9..3a23d232034 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2011-11-08 Martin Rudalics <rudalics@gmx.at> + + * window.el (display-buffer-function, special-display-function): + Mention display-buffer-record-window but do not mention + help-setup parameter in doc-strings. + 2011-11-08 Chong Yidong <cyd@gnu.org> * window.el (window-total-height, window-total-width): Doc fix. |