emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110043: * window.el (special-display


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110043: * window.el (special-display-popup-frame): Doc fix.
Date: Sun, 16 Sep 2012 12:43:46 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110043
fixes bug: http://debbugs.gnu.org/8853
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sun 2012-09-16 12:43:46 +0800
message:
  * window.el (special-display-popup-frame): Doc fix.
modified:
  lisp/ChangeLog
  lisp/window.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-09-16 04:31:02 +0000
+++ b/lisp/ChangeLog    2012-09-16 04:43:46 +0000
@@ -1,5 +1,7 @@
 2012-09-16  Chong Yidong  <address@hidden>
 
+       * 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.

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2012-09-09 06:43:47 +0000
+++ b/lisp/window.el    2012-09-16 04:43:46 +0000
@@ -4768,8 +4768,8 @@
 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)))


reply via email to

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