+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.
should choose or create a window, display the specified buffer in
it, and return the window.
-The function specified here is responsible for setting the
-quit-restore and help-setup parameters of the window used."
+The specified function should call `display-buffer-record-window'
+with corresponding arguments to set up the quit-restore parameter
+of the window used."
:type '(choice
(const nil)
(function :tag "function"))
`special-display-buffer-names' or matches a regexp in
`special-display-regexps'.
-The function specified here is responsible for setting the
-quit-restore and help-setup parameters of the window used."
+The specified function should call `display-buffer-record-window'
+with corresponding arguments to set up the quit-restore parameter
+of the window used."
:type 'function
:group 'frames)