mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Fix unbalanced parentheses in docs.
* doc/ref/sxml-match.texi (sxml-match-let, sxml-match-let*): Remove extraneous parenthesis at end of Texinfo function definition header.
This commit is contained in:
parent
bf8d845468
commit
9cbcc73fce
1 changed files with 2 additions and 2 deletions
|
@ -356,8 +356,8 @@ transformation that formats a ``TV Guide'' into HTML.
|
|||
|
||||
@unnumberedsubsec @code{sxml-match-let} and @code{sxml-match-let*}
|
||||
|
||||
@deffn {Scheme Syntax} sxml-match-let ((pat expr) ...) expression0 expression ...)
|
||||
@deffnx {Scheme Syntax} sxml-match-let* ((pat expr) ...) expression0 expression ...)
|
||||
@deffn {Scheme Syntax} sxml-match-let ((pat expr) ...) expression0 expression ...
|
||||
@deffnx {Scheme Syntax} sxml-match-let* ((pat expr) ...) expression0 expression ...
|
||||
These forms generalize the @code{let} and @code{let*} forms of Scheme to allow
|
||||
an XML pattern in the binding position, rather than a simple variable.
|
||||
@end deffn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue