Mercurial > emacs
diff src/window.c @ 34499:af86f7c0989d
(Fdisplay_buffer): Doc fix.
(Fwindow_list): Remove unused var.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Tue, 12 Dec 2000 19:00:34 +0000 |
| parents | f9d400d4653a |
| children | a8944d7e6773 |
line wrap: on
line diff
--- a/src/window.c Tue Dec 12 18:51:47 2000 +0000 +++ b/src/window.c Tue Dec 12 19:00:34 2000 +0000 @@ -1621,7 +1621,6 @@ (frame, minibuf, window) Lisp_Object frame, minibuf, window; { - Lisp_Object list; if (NILP (window)) window = selected_window; @@ -2860,7 +2859,7 @@ which means search visible and iconified frames.\n\ \n\ If `even-window-heights' is non-nil, window heights will be evened out\n\ -if displaying the buffer causes two vertically\ adjacent windows to be\n\ +if displaying the buffer causes two vertically adjacent windows to be\n\ displayed.") (buffer, not_this_window, frame) register Lisp_Object buffer, not_this_window, frame;
