From: Eli Zaretskii Date: Sat, 18 Mar 2006 13:30:13 +0000 (+0000) Subject: (Fw32_select_font): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~3542 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c85eab3af046e8b24c79f6582174d1a567fb0ad5;p=emacs.git (Fw32_select_font): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 9950dc20e50..3bd4d91abbb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2006-03-18 Eli Zaretskii + + * w32fns.c (Fw32_select_font): Doc fix. + 2006-03-16 YAMAMOTO Mitsuharu * image.c [MAC_OS] (XPutPixel, XGetPixel) diff --git a/src/w32fns.c b/src/w32fns.c index 08b6ed8b1a4..55f4af03d6e 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -7937,8 +7937,12 @@ If ONLY-DIR-P is non-nil, the user can only select directories. */) ***********************************************************************/ DEFUN ("w32-select-font", Fw32_select_font, Sw32_select_font, 0, 2, 0, - doc: /* Select a font using the W32 font dialog. -Returns an X font string corresponding to the selection. */) + doc: /* Select a font for the named FRAME using the W32 font dialog. +Returns an X-style font string corresponding to the selection. + +If FRAME is omitted or nil, it defaults to the selected frame. +If INCLUDE-PROPORTIONAL is non-nil, include proportional fonts +in the font selection dialog. */) (frame, include_proportional) Lisp_Object frame, include_proportional; {