Fix scheme-scripts markup.
authorAndy Wingo <wingo@pobox.com>
Wed, 1 Mar 2017 20:44:53 +0000 (21:44 +0100)
committerAndy Wingo <wingo@pobox.com>
Wed, 1 Mar 2017 20:44:53 +0000 (21:44 +0100)
* doc/ref/scheme-scripts.texi (Scripting Examples): Fix $@ rendering in
  texinfo.

doc/ref/scheme-scripts.texi

index d845148bae031d0878304c88c27211308db9d77d..221c8ba205999c1db9e71f65859980dc6d34dfa8 100644 (file)
@@ -455,7 +455,7 @@ take care to quote the command arguments correctly:
 
 @example
 #!/usr/bin/env sh
-exec guile -l fact -e '(@@ (fac) main)' -s "$0" "$@"
+exec guile -l fact -e '(@@ (fac) main)' -s "$0" "$@@"
 !#
 (define-module (fac)
   #:export (main))