mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
Fix scheme-scripts markup.
* doc/ref/scheme-scripts.texi (Scripting Examples): Fix $@ rendering in texinfo.
This commit is contained in:
parent
8ed8b375a7
commit
c2ab4a3b22
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ take care to quote the command arguments correctly:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
#!/usr/bin/env sh
|
#!/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)
|
(define-module (fac)
|
||||||
#:export (main))
|
#:export (main))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue