aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2008-04-28 16:44:15 +0000
committerJuanma Barranquero2008-04-28 16:44:15 +0000
commit23f250f4e11bba9628541bd6aeb26f90d0d0f08a (patch)
treee550f4ba985449a2cf45776475c5c4f0c402465b /src
parentf5c063418b8efd2c2ad604a64392fb35b67eb802 (diff)
downloademacs-23f250f4e11bba9628541bd6aeb26f90d0d0f08a.tar.gz
emacs-23f250f4e11bba9628541bd6aeb26f90d0d0f08a.zip
(Fw32_define_rgb_color): Fix typo in docstring.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/w32fns.c6
2 files changed, 7 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ec41567301b..cb96e30094a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12008-04-28 Juanma Barranquero <lekktu@gmail.com>
2
3 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
4
12008-04-27 Juanma Barranquero <lekktu@gmail.com> 52008-04-27 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * fringe.c (Fdefine_fringe_bitmap): Doc fix. 7 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
diff --git a/src/w32fns.c b/src/w32fns.c
index a927310fffe..9e42335472e 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -505,7 +505,7 @@ x_real_positions (f, xptr, yptr)
505 505
506DEFUN ("w32-define-rgb-color", Fw32_define_rgb_color, 506DEFUN ("w32-define-rgb-color", Fw32_define_rgb_color,
507 Sw32_define_rgb_color, 4, 4, 0, 507 Sw32_define_rgb_color, 4, 4, 0,
508 doc: /* Convert RGB numbers to a windows color reference and associate with NAME. 508 doc: /* Convert RGB numbers to a Windows color reference and associate with NAME.
509This adds or updates a named color to `w32-color-map', making it 509This adds or updates a named color to `w32-color-map', making it
510available for use. The original entry's RGB ref is returned, or nil 510available for use. The original entry's RGB ref is returned, or nil
511if the entry is new. */) 511if the entry is new. */)
@@ -2759,7 +2759,7 @@ w32_msg_worker (void *arg)
2759 dummy_buf.w32msg.msg.hwnd = NULL; 2759 dummy_buf.w32msg.msg.hwnd = NULL;
2760 dummy_buf.w32msg.msg.message = WM_NULL; 2760 dummy_buf.w32msg.msg.message = WM_NULL;
2761 2761
2762 /* This is the inital message loop which should only exit when the 2762 /* This is the initial message loop which should only exit when the
2763 application quits. */ 2763 application quits. */
2764 w32_msg_pump (&dummy_buf); 2764 w32_msg_pump (&dummy_buf);
2765 2765
@@ -4464,7 +4464,7 @@ This function is an internal primitive--use `make-frame' instead. */)
4464 if (enable_font_backend) 4464 if (enable_font_backend)
4465 x_default_font_parameter (f, parameters); 4465 x_default_font_parameter (f, parameters);
4466 else 4466 else
4467#endif 4467#endif
4468 { 4468 {
4469 Lisp_Object font; 4469 Lisp_Object font;
4470 4470