From 84dbfac21acb9468240dc99c41258b7f0c3ffb29 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Wed, 26 Sep 2012 13:24:41 -0700 Subject: [PATCH] Fix recent typos in User Manual. --- doc/user-manual/user.texinfo | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/user-manual/user.texinfo b/doc/user-manual/user.texinfo index 77e59e9f9..c785dc799 100644 --- a/doc/user-manual/user.texinfo +++ b/doc/user-manual/user.texinfo @@ -663,6 +663,7 @@ during loading are silently ignored. The following options allow arguments to be passed to scripts via the @code{command-line} procedure. +@ @deffn procedure command-line Returns a list of arguments (strings) gathered from the command-line by options like @code{--args} or @code{--}. @@ -672,13 +673,13 @@ by options like @code{--args} or @code{--}. @opindex --args This option causes Scheme to append the @var{argument}s, up to (but not including) the next argument that starts with a hyphen, to -the list returned by the @bref{command-line} procedure. +the list returned by the @code{command-line} procedure. @item -- @var{argument} @dots{} @opindex -- This option causes Scheme to append the rest of the command-line arguments (even those starting with a hyphen) to the list returned by -the @varref{command-line} procedure. +the @code{command-line} procedure. @end table @noindent -- 2.25.1