# HG changeset patch # User Juanma Barranquero # Date 1209401019 0 # Node ID 2dd3f3069c1cf98c104485c3078f0e6a71eb05fb # Parent 00021417bce1441fee3912f04f44291bf59330c2 (Fw32_define_rgb_color): Fix typo in docstring. diff -r 00021417bce1 -r 2dd3f3069c1c src/w32fns.c --- a/src/w32fns.c Mon Apr 28 16:27:37 2008 +0000 +++ b/src/w32fns.c Mon Apr 28 16:43:39 2008 +0000 @@ -505,7 +505,7 @@ DEFUN ("w32-define-rgb-color", Fw32_define_rgb_color, Sw32_define_rgb_color, 4, 4, 0, - doc: /* Convert RGB numbers to a windows color reference and associate with NAME. + doc: /* Convert RGB numbers to a Windows color reference and associate with NAME. This adds or updates a named color to `w32-color-map', making it available for use. The original entry's RGB ref is returned, or nil if the entry is new. */) @@ -2759,7 +2759,7 @@ dummy_buf.w32msg.msg.hwnd = NULL; dummy_buf.w32msg.msg.message = WM_NULL; - /* This is the inital message loop which should only exit when the + /* This is the initial message loop which should only exit when the application quits. */ w32_msg_pump (&dummy_buf); @@ -4464,7 +4464,7 @@ if (enable_font_backend) x_default_font_parameter (f, parameters); else -#endif +#endif { Lisp_Object font;