Mercurial > emacs
changeset 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 | 17cf716e8dc6 |
children | 41ad2cf8ccb8 |
files | src/window.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
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;