1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-28 05:50:30 +02:00

Fix texinfo files for makeinfo-5.1

* doc/ref/api-options.texi: Move "Debugger options" in the menu.
* doc/ref/api-utility.texi (Handling Scheme-level hooks from C code):
  Turn into a @subsubheading.
* doc/ref/fdl.texi (ADDENDUM: How to use this License for your
  documents): Turn into @appendixsec.
* doc/ref/gh.texi: Don't use @dots{} in the middle of @deftypefun{,x}.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Cyprien Nicolas 2013-04-18 23:45:23 +02:00 committed by Ludovic Courtès
parent 62bc1072c1
commit 0832660a65
4 changed files with 5 additions and 5 deletions

View file

@ -657,7 +657,7 @@ Return 1 if @var{x} is a Scheme-level hook, 0 otherwise.
@end deftypefn
@subsubsection Handling Scheme-level hooks from C code
@subsubheading Handling Scheme-level hooks from C code
Here is an example of how to handle Scheme-level hooks from C code using
the above functions.