fixed a typo in syntax.stex; syntax->vector returns a vector not a list.

original commit: 1b13007dde4135e7ee5a04926c474633e2324c36
This commit is contained in:
DeathKing 2019-01-24 20:55:09 +08:00
parent 90349ecc54
commit f089a6eed9

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