]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fw32_select_font): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 18 Mar 2006 13:30:13 +0000 (13:30 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 18 Mar 2006 13:30:13 +0000 (13:30 +0000)
src/ChangeLog
src/w32fns.c

index 9950dc20e5059fbde43bcfc955f778454e4270a8..3bd4d91abbbb6cac3c5edf9b0253d6899049958d 100644 (file)
@@ -1,3 +1,7 @@
+2006-03-18  Eli Zaretskii  <eliz@gnu.org>
+
+       * w32fns.c (Fw32_select_font): Doc fix.
+
 2006-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * image.c [MAC_OS] (XPutPixel, XGetPixel)
index 08b6ed8b1a472929e3f80029b4b0c2ec1efbb096..55f4af03d6e8da4892e63afd56da77fa8b095eb0 100644 (file)
@@ -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;
 {