[graphic-forms-cvs] r143 - trunk/docs/manual
junrue at common-lisp.net
junrue at common-lisp.net
Thu Jun 1 22:26:31 UTC 2006
Author: junrue
Date: Thu Jun 1 18:26:31 2006
New Revision: 143
Modified:
trunk/docs/manual/api.texinfo
Log:
fixed typo
Modified: trunk/docs/manual/api.texinfo
==============================================================================
--- trunk/docs/manual/api.texinfo (original)
+++ trunk/docs/manual/api.texinfo Thu Jun 1 18:26:31 2006
@@ -988,7 +988,7 @@
@end deffn
@deffn GenericFunction text-baseline self => integer
-Returns the y coordinate value (relative to the top of the @code{self}'s
+Returns the y coordinate value (relative to the top of @code{self}'s
bounding box) that correlates to the baseline of the text of the
@ref{control}, if any. For controls in which a text baseline is not
meaningful, such as a @ref{label} with an @ref{image}, this function
@@ -1016,7 +1016,7 @@
@end html
@anchor{with-file-dialog}
- at deffn Macro with-file-dialog (owner style paths &key default extension filters initial-directory initial-filename text) &body body
+ at deffn Macro with-file-dialog (owner style paths &key default-extension filters initial-directory initial-filename text) &body body
This macro wraps the instantiation of a standard file open/save dialog
and the subsequent retrieval of the user's file
selections. @xref{file-dialog}.
More information about the Graphic-forms-cvs
mailing list