# HG changeset patch # User Eli Zaretskii # Date 1142688574 0 # Node ID eb2730e56d3bdb6346d96b5ea05a5dac6760e288 # Parent fa6cedf25a5b2b12b8402ee6c82af577c166d9da (Fw32_select_font): Doc fix. diff -r fa6cedf25a5b -r eb2730e56d3b src/w32fns.c --- a/src/w32fns.c Sat Mar 18 13:13:30 2006 +0000 +++ b/src/w32fns.c Sat Mar 18 13:29:34 2006 +0000 @@ -7937,8 +7937,12 @@ ***********************************************************************/ 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; {