From fdc2806d0b023bc6a3c6c8abf8cfc72b8214a68b Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 16 Sep 2012 12:43:46 +0800 Subject: [PATCH] * window.el (special-display-popup-frame): Doc fix. Fixes: debbugs:8853 --- lisp/ChangeLog | 2 ++ lisp/window.el | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2d2ff692309..936a451ccb4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2012-09-16 Chong Yidong + * 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. diff --git a/lisp/window.el b/lisp/window.el index dd1f55450c3..d9f3ccbd5c2 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -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))) -- 2.39.2