From 6e97d0bc9d0be3bfe256f62342a764e93586b2c3 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Mon, 14 Dec 2015 06:58:49 -0600 Subject: [PATCH] correct docs --- gui-doc/scribblings/gui/wxme.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gui-doc/scribblings/gui/wxme.scrbl b/gui-doc/scribblings/gui/wxme.scrbl index 54c73744..31382878 100644 --- a/gui-doc/scribblings/gui/wxme.scrbl +++ b/gui-doc/scribblings/gui/wxme.scrbl @@ -107,7 +107,8 @@ contains only alpha-numeric ASCII characters, @litchar{.}, @defproc[(string->lib-path [str string?] [gui? any/c]) - (cons/c 'lib (listof string?))]{ + (or/c (cons/c 'lib (listof string?)) + #f)]{ Returns a quoted module path for @racket[str] for either @racket[editor<%>] mode when @racket[gui?] is true, or