diff options
| author | Dave Love | 2000-08-14 10:52:50 +0000 |
|---|---|---|
| committer | Dave Love | 2000-08-14 10:52:50 +0000 |
| commit | 5372262fdcd2958d09df7708c58d413d225a508a (patch) | |
| tree | b5e826770f1f23f400f194adffc6e2f66a1203ba | |
| parent | 59927f88fa0fef35f3ff7cd116799d2c894f188c (diff) | |
| download | emacs-5372262fdcd2958d09df7708c58d413d225a508a.tar.gz emacs-5372262fdcd2958d09df7708c58d413d225a508a.zip | |
Fix embedded comment.
(syms_of_window): Fix doc string.
| -rw-r--r-- | src/window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c index b375d9b69f8..88c8c81a90b 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -613,7 +613,7 @@ If they are on the border between WINDOW and its right sibling,\n\ | |||
| 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 |
| @@ -5372,7 +5372,7 @@ work using this function."); | |||
| 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 | ||