aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorPaul Eggert2011-11-14 12:23:26 -0800
committerPaul Eggert2011-11-14 12:23:26 -0800
commit8350f087efe62e2ce0ded434534629a56cdc4e8c (patch)
tree9976cec81196a0465269f8669f2a85328570dfd4 /src/window.c
parent322ad6ec0e773dffefad12df88c98041ca35b427 (diff)
downloademacs-8350f087efe62e2ce0ded434534629a56cdc4e8c.tar.gz
emacs-8350f087efe62e2ce0ded434534629a56cdc4e8c.zip
Spelling fixes.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
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
2344others. 2344others.
2345 2345
2346If WINDOW is not on the list of windows returned, some other window will 2346If WINDOW is not on the list of windows returned, some other window will
2347be listed first but no error is signalled. */) 2347be 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);