changed some defconstructor/make's into defconstructor's

svn: r18244
This commit is contained in:
Robby Findler 2010-02-21 02:06:28 +00:00
parent 3b630af6f9
commit 5ad04e3b2c
13 changed files with 13 additions and 13 deletions

View File

@ -11,7 +11,7 @@ A global brush list, @scheme[the-brush-list], is created
automatically.
@defconstructor/make[()]{
@defconstructor[()]{
Creates an empty brush list.

View File

@ -33,7 +33,7 @@ A path is not connected to any particular @scheme[dc<%>] object, so
operations. Instead, a @scheme[dc<%>]'s origin and scale apply at the
time that the path is drawn or used to set a region.
@defconstructor/make[()]{
@defconstructor[()]{
Creates a new path that contains no sub-paths (and no @tech{open
sub-path}).

View File

@ -18,7 +18,7 @@ To create a new @scheme[editor-admin%] class, all methods described
@defconstructor/make[()]{
@defconstructor[()]{
Creates a (useless) editor administrator.

View File

@ -8,7 +8,7 @@ snip or region in an editor. See also @|editordatadiscuss|.
@defconstructor/make[()]{
@defconstructor[()]{
The element returned by @method[editor-data% get-next] is initialized
to @scheme[#f].

View File

@ -32,7 +32,7 @@ The presence of a flag in a character's value indicates that the
@defconstructor/make[()]{
@defconstructor[()]{
All ASCII alpha-numeric characters are initialized with
@scheme['(caret line selection)]. All other ASCII non-whitespace

View File

@ -9,7 +9,7 @@ A @scheme[font-list%] object maintains a list of @scheme[font%]
A global font list, @scheme[the-font-list], is created automatically.
@defconstructor/make[()]{
@defconstructor[()]{
Creates an empty font list.

View File

@ -25,7 +25,7 @@ A handler procedure in a keymap is invoked with a @scheme[key-event%]
@scheme[editor<%>] object that received the keyboard or mouse event.
@defconstructor/make[()]{
@defconstructor[()]{
Creates an empty keymap.

View File

@ -13,7 +13,7 @@ A global pen list @indexed-scheme[the-pen-list] is created automatically.
@defconstructor/make[()]{
@defconstructor[()]{
Creates an empty pen list.

View File

@ -20,7 +20,7 @@ Because a @scheme[snip-admin%] object typically owns more than one
@defconstructor/make[()]{
@defconstructor[()]{
Creates a (useless) editor administrator.

View File

@ -31,7 +31,7 @@ In deriving a new @scheme[snip-class%] class, override the
See also @|snipclassdiscuss|.
@defconstructor/make[()]{
@defconstructor[()]{
Creates a (useless) snip class.

View File

@ -74,7 +74,7 @@ To define a class of snips that read specially with
@defconstructor/make[()]{
@defconstructor[()]{
Creates a plain snip of length 1 with the @scheme["Basic"] style of
@scheme[the-style-list].

View File

@ -15,7 +15,7 @@ See @|stylediscuss| for more information.
@defconstructor/make[()]{
@defconstructor[()]{
The root style, named @scheme["Basic"], is automatically created.

View File

@ -7,7 +7,7 @@ An instance of @scheme[tab-snip%] is created automatically when a
tab is inserted into an editor.
@defconstructor/make[()]{
@defconstructor[()]{
Creates a snip for a single tab, though the tab is initially empty.