From 208530377bed60fd0696b3ba031d5aee2c54fe91 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 19 Jun 2011 15:05:15 -0400 Subject: [PATCH] * frame.el (special-display-popup-frame): Doc fix (Bug#8853). --- lisp/ChangeLog | 2 ++ lisp/frame.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ca5a2f9f056..f6d665e0f0e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-06-19 Chong Yidong + * 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 diff --git a/lisp/frame.el b/lisp/frame.el index f2d82431f89..3b8abb1ad6c 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -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))) -- 2.39.5