From f08110cb5078d0668968b7362b203813e25e858e Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Mon, 15 Feb 2021 20:49:06 -0600 Subject: [PATCH] doc: fix documented function name * data/README.md: Fix the name of a referenced function to match the name in code. --- data/README.md | 2 +- doc/bison.texi | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/data/README.md b/data/README.md index 1793024e..0b9c6b56 100644 --- a/data/README.md +++ b/data/README.md @@ -79,7 +79,7 @@ skeletons. In order to unify the handling of the various aspects of symbols (tag, type name, whether terminal, etc.), bison.exe defines one macro per (token, field), where field can `has_id`, `id`, etc.: see -`prepare_symbols_definitions()` in `src/output.c`. +`prepare_symbol_definitions()` in `src/output.c`. NUM can be: - `empty` to denote the "empty" pseudo-symbol when it exists, diff --git a/doc/bison.texi b/doc/bison.texi index 087c3579..c0ac7518 100644 --- a/doc/bison.texi +++ b/doc/bison.texi @@ -11913,7 +11913,8 @@ If omitted and the grammar file is @file{foo.y}, the output file will be @item -M @var{old}=@var{new} @itemx --file-prefix-map=@var{old}=@var{new} -Replace prefix @var{old} with @var{new} when writing file paths in output files +Replace prefix @var{old} with @var{new} when writing file paths in output +files. @end table @node Option Cross Key