aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c
index bb2478d78fd..af4fad054a2 100644
--- a/src/window.c
+++ b/src/window.c
@@ -3088,7 +3088,7 @@ This function runs `window-scroll-functions' before running
3088 error ("Window is dedicated to `%s'", SDATA (BVAR (XBUFFER (tem), name))); 3088 error ("Window is dedicated to `%s'", SDATA (BVAR (XBUFFER (tem), name)));
3089 else 3089 else
3090 /* WINDOW is weakly dedicated to its buffer, reset 3090 /* WINDOW is weakly dedicated to its buffer, reset
3091 dedicatedness. */ 3091 dedication. */
3092 w->dedicated = Qnil; 3092 w->dedicated = Qnil;
3093 3093
3094 call1 (Qrecord_window_buffer, window); 3094 call1 (Qrecord_window_buffer, window);
@@ -6299,7 +6299,7 @@ freeze_window_starts (struct frame *f, int freeze_p)
6299 ignore_positions non-zero means ignore non-matching scroll positions 6299 ignore_positions non-zero means ignore non-matching scroll positions
6300 and the like. 6300 and the like.
6301 6301
6302 This ignores a couple of things like the dedicatedness status of 6302 This ignores a couple of things like the dedication status of
6303 window, combination_limit and the like. This might have to be 6303 window, combination_limit and the like. This might have to be
6304 fixed. */ 6304 fixed. */
6305 6305