Fixed scribble typesetting error in GUI docs.
svn: r12020
This commit is contained in:
parent
6a0b9b4e20
commit
cbe1b2dce4
|
@ -15,7 +15,7 @@ These functions get input from the user and/or display
|
||||||
[filename (or/c path-string? false/c) #f]
|
[filename (or/c path-string? false/c) #f]
|
||||||
[extension (or/c string? false/c) #f]
|
[extension (or/c string? false/c) #f]
|
||||||
[style (listof (one-of/c 'packages 'enter-packages)) null]
|
[style (listof (one-of/c 'packages 'enter-packages)) null]
|
||||||
[filters (listof (list/c string? string?)) @scheme['(("Any" "*.*"))]])
|
[filters (listof (list/c string? string?)) '(("Any" "*.*"))])
|
||||||
(or/c path? false/c)]{
|
(or/c path? false/c)]{
|
||||||
|
|
||||||
Obtains a file pathname from the user via the platform-specific
|
Obtains a file pathname from the user via the platform-specific
|
||||||
|
|
Loading…
Reference in New Issue
Block a user