diff options
| author | Chong Yidong | 2011-06-19 15:05:15 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-06-19 15:05:15 -0400 |
| commit | 208530377bed60fd0696b3ba031d5aee2c54fe91 (patch) | |
| tree | 315fff6aab3d752a7a75d4132a3914d4e204f5a4 | |
| parent | 6a8230feb314a144bfcf2356e73405143cc59227 (diff) | |
| download | emacs-208530377bed60fd0696b3ba031d5aee2c54fe91.tar.gz emacs-208530377bed60fd0696b3ba031d5aee2c54fe91.zip | |
* frame.el (special-display-popup-frame): Doc fix (Bug#8853).
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/frame.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ca5a2f9f056..f6d665e0f0e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-06-19 Chong Yidong <cyd@stupidchicken.com> | 1 | 2011-06-19 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * frame.el (special-display-popup-frame): Doc fix (Bug#8853). | ||
| 4 | |||
| 3 | * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833). | 5 | * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833). |
| 4 | 6 | ||
| 5 | 2011-06-18 Chong Yidong <cyd@stupidchicken.com> | 7 | 2011-06-18 Chong Yidong <cyd@stupidchicken.com> |
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. | |||
| 160 | 160 | ||
| 161 | If ARGS is a list whose car is a symbol, use (car ARGS) as a | 161 | If ARGS is a list whose car is a symbol, use (car ARGS) as a |
| 162 | function to do the work. Pass it BUFFER as first argument, | 162 | function to do the work. Pass it BUFFER as first argument, |
| 163 | and (cdr ARGS) as second." | 163 | and (cdr ARGS) as the rest of the arguments." |
| 164 | (if (and args (symbolp (car args))) | 164 | (if (and args (symbolp (car args))) |
| 165 | (apply (car args) buffer (cdr args)) | 165 | (apply (car args) buffer (cdr args)) |
| 166 | (let ((window (get-buffer-window buffer 0))) | 166 | (let ((window (get-buffer-window buffer 0))) |