Merge pull request #384 from DeathKing/fixtypo-syntax-vector

fixed a typo in syntax.stex; syntax->vector returns a vector not a list.
original commit: 1c14765c2c983f835f7b7c7e3c981a1acfefc9df
This commit is contained in:
R. Kent Dybvig 2019-02-05 15:05:37 -08:00 committed by GitHub
commit 575809907d

View File

@ -244,13 +244,13 @@ For example:
%----------------------------------------------------------------------------
\entryheader
\formdef{syntax->vector}{\categoryprocedure}{(syntax->vector \var{syntax-object})}
\returns a list of syntax objects
\returns a vector of syntax objects
\listlibraries
\endentryheader
\noindent
This procedure takes a syntax object representing
a vector-structured form and returns a list of syntax objects, each representing
a vector-structured form and returns a vector of syntax objects, each representing
the corresponding subform of the input form.
%Programmers are encouraged to use this procedure even when the current