diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 0a780a0170a..9c7e1349011 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -2344,7 +2344,7 @@ Anything else means consider all windows on WINDOW's frame and no | |||
| 2344 | others. | 2344 | others. |
| 2345 | 2345 | ||
| 2346 | If WINDOW is not on the list of windows returned, some other window will | 2346 | If WINDOW is not on the list of windows returned, some other window will |
| 2347 | be listed first but no error is signalled. */) | 2347 | be listed first but no error is signaled. */) |
| 2348 | (Lisp_Object window, Lisp_Object minibuf, Lisp_Object all_frames) | 2348 | (Lisp_Object window, Lisp_Object minibuf, Lisp_Object all_frames) |
| 2349 | { | 2349 | { |
| 2350 | return window_list_1 (window, minibuf, all_frames); | 2350 | return window_list_1 (window, minibuf, all_frames); |