diff options
author | Glenn Morris <rgm@gnu.org> | 2012-12-22 13:01:50 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-12-22 13:01:50 -0800 |
commit | 88edc57f6f15458f9a21b021f24f67fed9f487ea (patch) | |
tree | 0bab308f38caf269ad52ea9e600ec0e9e81298d6 /doc/misc/bovine.texi | |
parent | 2075e8431a97332aa9de5a81d9181b4a8308a73f (diff) | |
download | emacs-88edc57f6f15458f9a21b021f24f67fed9f487ea.tar.gz emacs-88edc57f6f15458f9a21b021f24f67fed9f487ea.tar.bz2 emacs-88edc57f6f15458f9a21b021f24f67fed9f487ea.zip |
Fix some doc/misc cross-references to separate manuals.
Diffstat (limited to 'doc/misc/bovine.texi')
-rw-r--r-- | doc/misc/bovine.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/bovine.texi b/doc/misc/bovine.texi index f1a72f4cc3e..c546f94d1a3 100644 --- a/doc/misc/bovine.texi +++ b/doc/misc/bovine.texi @@ -138,7 +138,7 @@ of simplified Emacs Lisp expressions for concocting the parse tree. In bison, each time an element of @var{components} is found, it is @dfn{shifted} onto the parser stack. (The stack of matched elements.) When all @var{components}' elements have been matched, it is -@dfn{reduced} to @var{result}. @xref{(bison)Algorithm}. +@dfn{reduced} to @var{result}. @xref{Algorithm,,, bison, The GNU Bison Manual}. A particular @var{result} written into your grammar becomes the parser's goal. It is designated by a @code{%start} statement |