diff options
author | Akim Demaille <akim@lrde.epita.fr> | 2012-05-04 14:50:32 +0200 |
---|---|---|
committer | Akim Demaille <akim@lrde.epita.fr> | 2012-05-04 14:53:48 +0200 |
commit | 15cd62c2c149e45362fd85e8bd8746ac39198ad7 (patch) | |
tree | cf673f398927f132e853c45e2635ef0811b07471 | |
parent | 95e343fea3fa47b88ec91d63d1b8579d7890719f (diff) | |
download | bison-15cd62c2c149e45362fd85e8bd8746ac39198ad7.tar.gz |
doc: fix @xref.
* doc/bison.texinfo: here.
-rw-r--r-- | doc/bison.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bison.texinfo b/doc/bison.texinfo index b9b7f775..33375513 100644 --- a/doc/bison.texinfo +++ b/doc/bison.texinfo @@ -10268,7 +10268,7 @@ values have a common base type: @code{Object} or as specified by an union. The type of @code{$$}, even with angle brackets, is the base type since Java casts are not allow on the left-hand side of assignments. Also, @code{$@var{n}} and @code{@@@var{n}} are not allowed on the -left-hand side of assignments. @xref{Java Semantic Values} and +left-hand side of assignments. @xref{Java Semantic Values}, and @ref{Java Action Features}. @item |