2011-06-19 Chong Yidong <cyd@stupidchicken.com>
+ * frame.el (special-display-popup-frame): Doc fix (Bug#8853).
+
* info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
2011-06-18 Chong Yidong <cyd@stupidchicken.com>
If ARGS is a list whose car is a symbol, use (car ARGS) as a
function to do the work. Pass it BUFFER as first argument,
-and (cdr ARGS) as second."
+and (cdr ARGS) as the rest of the arguments."
(if (and args (symbolp (car args)))
(apply (car args) buffer (cdr args))
(let ((window (get-buffer-window buffer 0)))