emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32fns.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/w32fns.c
Date: Sat, 18 Mar 2006 13:29:34 +0000

Index: emacs/src/w32fns.c
diff -u emacs/src/w32fns.c:1.265 emacs/src/w32fns.c:1.266
--- emacs/src/w32fns.c:1.265    Sun Mar 12 17:08:48 2006
+++ emacs/src/w32fns.c  Sat Mar 18 13:29:34 2006
@@ -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;
 {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]