bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Sync Detailed Node Listing in bison.info


From: Di-an JAN
Subject: [PATCH] Sync Detailed Node Listing in bison.info
Date: Sun, 16 Nov 2008 17:59:54 -0800 (PST)

This patch synchronizes the ``Detailed Node Listing'' with the menus in
the texinfo manual.  Checked with the commands

sed -n '/@menu/,/@end menu/p' $1 |
        sed '/@detailmenu/,/@end detailmenu/d' |
        egrep -v '^@(end )?menu' > menu.tmp
sed -n '/@detailmenu/,/@end detailmenu/p' $1 > detailmenu.tmp
diff -U0 menu.tmp detailmenu.tmp

Adding:
* Push Parser Function::
* Pull Parser Function::
* Parser Create Function::
* Parser Delete Function::

Fixing: (in FAQ)
* More Languages::

I also made menus more aligned and adjusted some formatting.

Tested by spot-checking with info and pdf.

Di-an Jan



2008-11-16  Di-an Jan  <address@hidden>

        * doc/bison.texinfo: Synchronize ``Detail Node Listing''.
        Align menus.  Adjust word wrapping.  Use node names for menu names.
        (Examples): Don't abbreviate node names.
        (LocalWords): Remove abbreviations.
        (Copying): Make description a sentence.
        (Java Action Features): Remove period to match the rest of menu.


 doc/bison.texinfo |  346 +++++++++++++++++++++++++++--------------------------
 1 files changed, 174 insertions(+), 172 deletions(-)

Attachment: texinfo-menus.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]