guile-1.8.8-makeinfo-5.patch 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. From 937da0f2604ea208ec56517c5a41e582f316a246 Mon Sep 17 00:00:00 2001
  2. From: Cyprien Nicolas <cyp@fulax.fr>
  3. Date: Thu, 18 Apr 2013 23:45:23 +0200
  4. Subject: [PATCH] Fix texinfo files for makeinfo-5.1
  5. ---
  6. doc/ref/api-options.texi | 2 +-
  7. doc/ref/api-utility.texi | 2 +-
  8. doc/ref/fdl.texi | 2 +-
  9. doc/ref/gh.texi | 4 ++--
  10. 4 files changed, 5 insertions(+), 5 deletions(-)
  11. diff --git a/doc/ref/api-options.texi b/doc/ref/api-options.texi
  12. index 7b7a6e0..6ce7291 100644
  13. --- a/doc/ref/api-options.texi
  14. +++ b/doc/ref/api-options.texi
  15. @@ -377,9 +377,9 @@ configure @emph{reading}, @emph{printing}, @emph{debugging} or
  16. * User level options interfaces::
  17. * Reader options::
  18. * Printing options::
  19. -* Debugger options::
  20. * Evaluator options::
  21. * Evaluator trap options::
  22. +* Debugger options::
  23. * Examples of option use::
  24. @end menu
  25. diff --git a/doc/ref/api-utility.texi b/doc/ref/api-utility.texi
  26. index 4a90212..9a4f3cc 100644
  27. --- a/doc/ref/api-utility.texi
  28. +++ b/doc/ref/api-utility.texi
  29. @@ -657,7 +657,7 @@ Return 1 if @var{x} is a Scheme-level hook, 0 otherwise.
  30. @end deftypefn
  31. -@subsubsection Handling Scheme-level hooks from C code
  32. +@subsubheading Handling Scheme-level hooks from C code
  33. Here is an example of how to handle Scheme-level hooks from C code using
  34. the above functions.
  35. diff --git a/doc/ref/fdl.texi b/doc/ref/fdl.texi
  36. index 17fe148..4866055 100644
  37. --- a/doc/ref/fdl.texi
  38. +++ b/doc/ref/fdl.texi
  39. @@ -408,7 +408,7 @@ as a draft) by the Free Software Foundation.
  40. @end enumerate
  41. @page
  42. -@appendixsubsec ADDENDUM: How to use this License for your documents
  43. +@appendixsec ADDENDUM: How to use this License for your documents
  44. To use this License in a document you have written, include a copy of
  45. the License in the document and put the following copyright and
  46. diff --git a/doc/ref/gh.texi b/doc/ref/gh.texi
  47. index 95dfd92..bbd3af1 100644
  48. --- a/doc/ref/gh.texi
  49. +++ b/doc/ref/gh.texi
  50. @@ -995,8 +995,8 @@ These correspond to the Scheme @code{(cons a b)} and @code{(list l0 l1
  51. @deftypefun SCM gh_car (SCM @var{obj})
  52. @deftypefunx SCM gh_cdr (SCM @var{obj})
  53. -@dots{}
  54. -
  55. +@deftypefunx SCM gh_c[ad][ad]r (SCM @var{obj})
  56. +@deftypefunx SCM gh_c[ad][ad][ad]r (SCM @var{obj})
  57. @deftypefunx SCM gh_c[ad][ad][ad][ad]r (SCM @var{obj})
  58. These correspond to the Scheme @code{(caadar ls)} procedures etc @dots{}
  59. @end deftypefun
  60. --
  61. 1.8.2.1