]> git.eshelyaron.com Git - emacs.git/commitdiff
* frame.el (special-display-popup-frame): Doc fix (Bug#8853).
authorChong Yidong <cyd@stupidchicken.com>
Sun, 19 Jun 2011 19:05:15 +0000 (15:05 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 19 Jun 2011 19:05:15 +0000 (15:05 -0400)
lisp/ChangeLog
lisp/frame.el

index ca5a2f9f0567f9017550ddb2c249f87f49f9e292..f6d665e0f0eafcc0be3e4600b38dae3bb89688a8 100644 (file)
@@ -1,5 +1,7 @@
 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>
index f2d82431f89851efbfdbe2abd2eecde6da892928..3b8abb1ad6c8397a916998c8bd010e5bd5ba7d8e 100644 (file)
@@ -160,7 +160,7 @@ 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."
+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)))