summaryrefslogtreecommitdiff
path: root/src/w32fns.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-03-18 13:30:13 +0000
committerEli Zaretskii <eliz@gnu.org>2006-03-18 13:30:13 +0000
commitc85eab3af046e8b24c79f6582174d1a567fb0ad5 (patch)
treed1fb698eedfc8da26897e7234a84c772b4fbeac4 /src/w32fns.c
parentff04436d5330eb6f4a647936bc5d17d83448587f (diff)
downloademacs-c85eab3af046e8b24c79f6582174d1a567fb0ad5.tar.gz
(Fw32_select_font): Doc fix.
Diffstat (limited to 'src/w32fns.c')
-rw-r--r--src/w32fns.c8
1 files changed, 6 insertions, 2 deletions
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;
{