1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

doc: (ice-9 match) doesn't have `__1'.

* doc/ref/match.texi (Pattern Matching): Remove `__1', which doesn't
  exist.  Thanks to Chris K. Jester-Young.
This commit is contained in:
Ludovic Courtès 2011-09-27 18:00:20 +02:00
parent 7a1e193710
commit 58b5a2d4e1

View file

@ -129,7 +129,6 @@ pat ::= identifier anything, and binds identifier
ooo ::= ... zero or more ooo ::= ... zero or more
| ___ zero or more | ___ zero or more
| ..1 1 or more | ..1 1 or more
| __1 1 or more
quasi-patterns: matches: quasi-patterns: matches: