]> git.eshelyaron.com Git - emacs.git/commitdiff
* window.el (special-display-popup-frame): Doc fix.
authorChong Yidong <cyd@gnu.org>
Sun, 16 Sep 2012 04:43:46 +0000 (12:43 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 16 Sep 2012 04:43:46 +0000 (12:43 +0800)
Fixes: debbugs:8853
lisp/ChangeLog
lisp/window.el

index 2d2ff692309d4b7a24b20db2132e4046b7d318e1..936a451ccb4bb975e925ebca38b35cec1e566984 100644 (file)
@@ -1,5 +1,7 @@
 2012-09-16  Chong Yidong  <cyd@gnu.org>
 
+       * window.el (special-display-popup-frame): Doc fix (Bug#8853).
+
        * progmodes/compile.el (compilation-parse-errors): Accept list
        values similar to font-lock-keywords (Bug#12136).  Suggested by
        Oleksandr Manzyuk.
index dd1f55450c3515dcc758fae4ebd929b3969f8cd0..d9f3ccbd5c2684f9e8b8f0d6cdfac3d4b9403038 100644 (file)
@@ -4768,8 +4768,8 @@ the selected window.  If they contain (same-frame . t), display
 BUFFER in a window of the selected frame.
 
 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."
+function to do the work.  Pass it BUFFER as first argument, and
+pass the elements of (cdr ARGS) as the remaining arguments."
   (if (and args (symbolp (car args)))
       (apply (car args) buffer (cdr args))
     (let ((window (get-buffer-window buffer 0)))