freebsd-ports/lang/guile1/files/patch-doc__ref__gh.texi
Muhammad Moinur Rahman e2f2a0f2c1 [NEW] lang/guile1: GNU Ubiquitous Intelligent Language for Extension
GUILE, GNU's Ubiquitous Intelligent Language for Extension,
is a library that implements the Scheme language plus various
convenient facilities. It's designed so that you can link it
into an application or utility to make it extensible.  Our
plan is to link this library into all GNU programs that call for
extensibility.

WWW: http://www.gnu.org/software/guile/

- Repo-Copied from lang/guile in preperation of 3.X.X
2020-02-13 23:46:45 +00:00

11 lines
371 B
Text

--- doc/ref/gh.texi.orig 2010-12-13 17:24:39 UTC
+++ doc/ref/gh.texi
@@ -995,8 +995,6 @@ These correspond to the Scheme @code{(co
@deftypefun SCM gh_car (SCM @var{obj})
@deftypefunx SCM gh_cdr (SCM @var{obj})
-@dots{}
-
@deftypefunx SCM gh_c[ad][ad][ad][ad]r (SCM @var{obj})
These correspond to the Scheme @code{(caadar ls)} procedures etc @dots{}
@end deftypefun