From 23f250f4e11bba9628541bd6aeb26f90d0d0f08a Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 28 Apr 2008 16:44:15 +0000 Subject: [PATCH] (Fw32_define_rgb_color): Fix typo in docstring. --- src/ChangeLog | 4 ++++ src/w32fns.c | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index ec41567301..cb96e30094 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-04-28 Juanma Barranquero + + * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring. + 2008-04-27 Juanma Barranquero * fringe.c (Fdefine_fringe_bitmap): Doc fix. diff --git a/src/w32fns.c b/src/w32fns.c index a927310fff..9e42335472 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -505,7 +505,7 @@ x_real_positions (f, xptr, yptr) 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 @@ w32_msg_worker (void *arg) 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 @@ This function is an internal primitive--use `make-frame' instead. */) if (enable_font_backend) x_default_font_parameter (f, parameters); else -#endif +#endif { Lisp_Object font; -- 2.20.1