comparison src/window.c @ 30777:3e4912d77e89

Fix embedded comment. (syms_of_window): Fix doc string.
author Dave Love <fx@gnu.org>
date Mon, 14 Aug 2000 10:52:50 +0000
parents 51d0f4273e89
children f390b90e3495
comparison
equal deleted inserted replaced
30776:ec759fa10ad9 30777:3e4912d77e89
611 Check if window W contains coordinates specified by USER_DATA which 611 Check if window W contains coordinates specified by USER_DATA which
612 is actually a pointer to a struct check_window_data CW. 612 is actually a pointer to a struct check_window_data CW.
613 613
614 Check if window W contains coordinates *CW->x and *CW->y. If it 614 Check if window W contains coordinates *CW->x and *CW->y. If it
615 does, return W in *CW->window, as Lisp_Object, and return in 615 does, return W in *CW->window, as Lisp_Object, and return in
616 *CW->part the part of the window under coordinates *X/*Y. Return 616 *CW->part the part of the window under coordinates *X,*Y. Return
617 zero from this function to stop iterating over windows. */ 617 zero from this function to stop iterating over windows. */
618 618
619 struct check_window_data 619 struct check_window_data
620 { 620 {
621 Lisp_Object *window; 621 Lisp_Object *window;
5370 DEFVAR_BOOL ("pop-up-frames", &pop_up_frames, 5370 DEFVAR_BOOL ("pop-up-frames", &pop_up_frames,
5371 "*Non-nil means `display-buffer' should make a separate frame."); 5371 "*Non-nil means `display-buffer' should make a separate frame.");
5372 pop_up_frames = 0; 5372 pop_up_frames = 0;
5373 5373
5374 DEFVAR_BOOL ("display-buffer-reuse-frames", &display_buffer_reuse_frames, 5374 DEFVAR_BOOL ("display-buffer-reuse-frames", &display_buffer_reuse_frames,
5375 "*Non-nil means `display-buffer' should reuse frames. 5375 "*Non-nil means `display-buffer' should reuse frames.\n\
5376 If the buffer in question is already displayed in a frame, raise that frame."); 5376 If the buffer in question is already displayed in a frame, raise that frame.");
5377 display_buffer_reuse_frames = 0; 5377 display_buffer_reuse_frames = 0;
5378 5378
5379 DEFVAR_LISP ("pop-up-frame-function", &Vpop_up_frame_function, 5379 DEFVAR_LISP ("pop-up-frame-function", &Vpop_up_frame_function,
5380 "Function to call to handle automatic new frame creation.\n\ 5380 "Function to call to handle automatic new frame creation.\n\