* window.el (display-buffer-function, special-display-function):
Mention display-buffer-record-window but do not mention
help-setup parameter in doc-strings.
+ (window-min-delta): Fix doc-string typo.
2011-11-08 Chong Yidong <cyd@gnu.org>
Optional argument NODOWN non-nil means don't check whether WINDOW
itself \(and its child windows) can be shrunk; check only whether
-at least one other windows can be enlarged appropriately."
+at least one other window can be enlarged appropriately."
(setq window (window-normalize-window window))
(let ((size (window-total-size window horizontal))
(minimum (window-min-size window horizontal ignore)))