# HG changeset patch # User Dave Love # Date 966250370 0 # Node ID 3e4912d77e8980d8f57660e760d63f3e42a8d199 # Parent ec759fa10ad99b226e93112f5b8c4fb1ab616a11 Fix embedded comment. (syms_of_window): Fix doc string. diff -r ec759fa10ad9 -r 3e4912d77e89 src/window.c --- a/src/window.c Mon Aug 14 09:16:49 2000 +0000 +++ b/src/window.c Mon Aug 14 10:52:50 2000 +0000 @@ -613,7 +613,7 @@ Check if window W contains coordinates *CW->x and *CW->y. If it does, return W in *CW->window, as Lisp_Object, and return in - *CW->part the part of the window under coordinates *X/*Y. Return + *CW->part the part of the window under coordinates *X,*Y. Return zero from this function to stop iterating over windows. */ struct check_window_data @@ -5372,7 +5372,7 @@ pop_up_frames = 0; DEFVAR_BOOL ("display-buffer-reuse-frames", &display_buffer_reuse_frames, - "*Non-nil means `display-buffer' should reuse frames. + "*Non-nil means `display-buffer' should reuse frames.\n\ If the buffer in question is already displayed in a frame, raise that frame."); display_buffer_reuse_frames = 0;