emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100603: * frame.el (special-displ


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100603: * frame.el (special-display-popup-frame): Doc fix (Bug#8853).
Date: Sun, 19 Jun 2011 15:05:15 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 100603
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Sun 2011-06-19 15:05:15 -0400
message:
  * frame.el (special-display-popup-frame): Doc fix (Bug#8853).
modified:
  lisp/ChangeLog
  lisp/frame.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-06-19 18:42:23 +0000
+++ b/lisp/ChangeLog    2011-06-19 19:05:15 +0000
@@ -1,5 +1,7 @@
 2011-06-19  Chong Yidong  <address@hidden>
 
+       * 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  <address@hidden>

=== modified file 'lisp/frame.el'
--- a/lisp/frame.el     2011-01-02 23:50:46 +0000
+++ b/lisp/frame.el     2011-06-19 19:05:15 +0000
@@ -160,7 +160,7 @@
 
 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)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]