aboutsummaryrefslogtreecommitdiffstats
path: root/src/macfns.c
diff options
context:
space:
mode:
authorJuanma Barranquero2002-10-18 10:09:43 +0000
committerJuanma Barranquero2002-10-18 10:09:43 +0000
commit7d0393cf12f2e50ee50e1a1fd73a60e9ef1f56ac (patch)
tree2331486f0c145e370d029e273961af152c190c65 /src/macfns.c
parentd49e7392f87656dfddf7a529fc7d312898524130 (diff)
downloademacs-7d0393cf12f2e50ee50e1a1fd73a60e9ef1f56ac.tar.gz
emacs-7d0393cf12f2e50ee50e1a1fd73a60e9ef1f56ac.zip
Fix typo in comment.
Diffstat (limited to 'src/macfns.c')
-rw-r--r--src/macfns.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/macfns.c b/src/macfns.c
index f1e42d17aec..44bbb3130e2 100644
--- a/src/macfns.c
+++ b/src/macfns.c
@@ -326,7 +326,7 @@ check_x_frame (frame)
326 return f; 326 return f;
327} 327}
328 328
329/* Let the user specify an display with a frame. 329/* Let the user specify a display with a frame.
330 nil stands for the selected frame--or, if that is not a mac frame, 330 nil stands for the selected frame--or, if that is not a mac frame,
331 the first display on the list. */ 331 the first display on the list. */
332 332
@@ -363,7 +363,7 @@ check_x_display_info (frame)
363 } 363 }
364} 364}
365 365
366/* Return the Emacs frame-object corresponding to an mac window. 366/* Return the Emacs frame-object corresponding to a mac window.
367 It could be the frame's main window or an icon window. */ 367 It could be the frame's main window or an icon window. */
368 368
369/* This function can be called during GC, so use GC_xxx type test macros. */ 369/* This function can be called during GC, so use GC_xxx type test macros. */
@@ -1969,7 +1969,7 @@ x_to_mac_color (colorname)
1969 if (value < 0.0 || value > 1.0) 1969 if (value < 0.0 || value > 1.0)
1970 break; 1970 break;
1971 val = (unsigned long)(0x100 * value); 1971 val = (unsigned long)(0x100 * value);
1972 /* We used 0x100 instead of 0xFF to give an continuous 1972 /* We used 0x100 instead of 0xFF to give a continuous
1973 range between 0.0 and 1.0 inclusive. The next statement 1973 range between 0.0 and 1.0 inclusive. The next statement
1974 fixes the 1.0 case. */ 1974 fixes the 1.0 case. */
1975 if (val == 0x100) 1975 if (val == 0x100)
@@ -2355,7 +2355,7 @@ x_set_cursor_color (f, arg, oldval)
2355 2355
2356/* Set the border-color of frame F to pixel value PIX. 2356/* Set the border-color of frame F to pixel value PIX.
2357 Note that this does not fully take effect if done before 2357 Note that this does not fully take effect if done before
2358 F has an window. */ 2358 F has a window. */
2359void 2359void
2360x_set_border_pixel (f, pix) 2360x_set_border_pixel (f, pix)
2361 struct frame *f; 2361 struct frame *f;
@@ -3011,7 +3011,7 @@ x_set_scroll_bar_width (f, arg, oldval)
3011 XWINDOW (FRAME_SELECTED_WINDOW (f))->cursor.x = 0; 3011 XWINDOW (FRAME_SELECTED_WINDOW (f))->cursor.x = 0;
3012} 3012}
3013 3013
3014/* Subroutines of creating an frame. */ 3014/* Subroutines of creating a frame. */
3015 3015
3016/* Make sure that Vx_resource_name is set to a reasonable value. 3016/* Make sure that Vx_resource_name is set to a reasonable value.
3017 Fix it up, or set it to `emacs' if it is too hopeless. */ 3017 Fix it up, or set it to `emacs' if it is too hopeless. */
@@ -9471,7 +9471,7 @@ x_create_tip_frame (dpyinfo, parms)
9471 f->height = 0; 9471 f->height = 0;
9472 SET_FRAME_WIDTH (f, 0); 9472 SET_FRAME_WIDTH (f, 0);
9473 change_frame_size (f, height, width, 1, 0, 0); 9473 change_frame_size (f, height, width, 1, 0, 0);
9474 9474
9475 /* Add `tooltip' frame parameter's default value. */ 9475 /* Add `tooltip' frame parameter's default value. */
9476 if (NILP (Fframe_parameter (frame, intern ("tooltip")))) 9476 if (NILP (Fframe_parameter (frame, intern ("tooltip"))))
9477 Fmodify_frame_parameters (frame, Fcons (Fcons (intern ("tooltip"), Qt), 9477 Fmodify_frame_parameters (frame, Fcons (Fcons (intern ("tooltip"), Qt),