changeset 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 ec759fa10ad9
children 293a86f4d8aa
files src/window.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;