Automatic manual updates following libguile docstring changes
authorNeil Jerram <neil@ossau.uklinux.net>
Sun, 27 Dec 2009 23:24:09 +0000 (23:24 +0000)
committerNeil Jerram <neil@ossau.uklinux.net>
Sun, 27 Dec 2009 23:24:09 +0000 (23:24 +0000)
commit3323ec063ccc87b210e6da04c57c625af270b230
treef8b094a0912be935620c12dc3e94925f4758dced
parent211a5b04251424f17f659257718329af7a3cdc0c
manual updates following libguile docstring changes

Affecting the following procedures:

* doc/ref/api-compound.texi (Uniform Numeric Vectors):
  uniform-array-read!

* doc/ref/api-data.texi (Complex): make-rectangular, string=?,
  string<?, string<=?, string>?, string>=?, string-ci=?, string-ci<?,
  string-ci<=?, string-ci>?, string-ci>=?, string-append/shared

* doc/ref/api-evaluation.texi (Reader Extensions): read-hash-extend

* doc/ref/api-procedures.texi (Procedures with Setters): procedure,
  macro?, macro-type

* doc/ref/api-undocumented.texi: module-import-interface,
  %method-more-specific?

* doc/ref/new-docstrings.texi: uniform-array->bytevector,
  %start-stack, guardian-destroyed?, guardian-greedy?,
  destroy-guardian!, gc-dump, gc-disable, gc-enable,
  make-generalized-vector, set-primitive-generic!, nl-langinfo,
  %warn-autocompilation-enabled, make-syncase-macro,
  make-extended-syncase-macro, syncase-macro-type,
  syncase-macro-binding, memoize-expression, unmemoize-expression,
  memoized-expression-typecode, memoized-expression-data,
  memoized-typecode, memoize-variable-access!, module-local-variable,
  module-variable, eval-closure-module, module-transformer,
  module-public-interface, define!, module-reverse-lookup, cddr,
  make-promise, %get-stack-size, %string-dump, %symbol-dump,
  string-bytes-per-char, uniform-vector-element-type,
  uniform-vector-element-size, canonicalize-path, getrlimit, setrlimit

* doc/maint/guile.texi: Corresponding tracking updates.
doc/maint/guile.texi
doc/ref/api-compound.texi
doc/ref/api-data.texi
doc/ref/api-evaluation.texi
doc/ref/api-procedures.texi
doc/ref/api-undocumented.texi
doc/ref/new-docstrings.texi