Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 464044 | Differences between
and this patch

Collapse All | Expand All

(-)a/doc/ref/api-options.texi (-1 / +1 lines)
Lines 377-385 configure @emph{reading}, @emph{printing}, @emph{debugging} or Link Here
377
* User level options interfaces::
377
* User level options interfaces::
378
* Reader options::
378
* Reader options::
379
* Printing options::
379
* Printing options::
380
* Debugger options::
381
* Evaluator options::
380
* Evaluator options::
382
* Evaluator trap options::
381
* Evaluator trap options::
382
* Debugger options::
383
* Examples of option use::
383
* Examples of option use::
384
@end menu
384
@end menu
385
385
(-)a/doc/ref/api-utility.texi (-1 / +1 lines)
Lines 657-663 Return 1 if @var{x} is a Scheme-level hook, 0 otherwise. Link Here
657
@end deftypefn
657
@end deftypefn
658
658
659
659
660
@subsubsection Handling Scheme-level hooks from C code
660
@subsubheading Handling Scheme-level hooks from C code
661
661
662
Here is an example of how to handle Scheme-level hooks from C code using
662
Here is an example of how to handle Scheme-level hooks from C code using
663
the above functions.
663
the above functions.
(-)a/doc/ref/fdl.texi (-1 / +1 lines)
Lines 408-414 as a draft) by the Free Software Foundation. Link Here
408
@end enumerate
408
@end enumerate
409
409
410
@page
410
@page
411
@appendixsubsec ADDENDUM: How to use this License for your documents
411
@appendixsec ADDENDUM: How to use this License for your documents
412
412
413
To use this License in a document you have written, include a copy of
413
To use this License in a document you have written, include a copy of
414
the License in the document and put the following copyright and
414
the License in the document and put the following copyright and
(-)a/doc/ref/gh.texi (-3 / +2 lines)
Lines 995-1002 These correspond to the Scheme @code{(cons a b)} and @code{(list l0 l1 Link Here
995
995
996
@deftypefun SCM gh_car (SCM @var{obj})
996
@deftypefun SCM gh_car (SCM @var{obj})
997
@deftypefunx SCM gh_cdr (SCM @var{obj})
997
@deftypefunx SCM gh_cdr (SCM @var{obj})
998
@dots{}
998
@deftypefunx SCM gh_c[ad][ad]r (SCM @var{obj})
999
999
@deftypefunx SCM gh_c[ad][ad][ad]r (SCM @var{obj})
1000
@deftypefunx SCM gh_c[ad][ad][ad][ad]r (SCM @var{obj})
1000
@deftypefunx SCM gh_c[ad][ad][ad][ad]r (SCM @var{obj})
1001
These correspond to the Scheme @code{(caadar ls)} procedures etc @dots{}
1001
These correspond to the Scheme @code{(caadar ls)} procedures etc @dots{}
1002
@end deftypefun
1002
@end deftypefun
1003
- 

Return to bug 464044