aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorPaul Eggert2011-11-26 20:43:11 -0800
committerPaul Eggert2011-11-26 20:43:11 -0800
commite47695319fc758da7ff07d7084386258b6c8b677 (patch)
treec1cd573850e4dd66b8df696835d52513f10dfc94 /src/window.c
parent83aca1cb6970314dcc6c35c1432ebcac42811926 (diff)
downloademacs-e47695319fc758da7ff07d7084386258b6c8b677.tar.gz
emacs-e47695319fc758da7ff07d7084386258b6c8b677.zip
Spelling fixes.
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