1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +02:00
guile/doc/maint
Martin Grabmüller ae9f3a1582 * scheme-options.texi, scheme-procedures.texi,
scheme-modules.texi, scheme-memory.texi, scheme-control.texi,
	scheme-utility.texi, scheme-io.texi, scheme-evaluation.texi,
	scheme-data.texi: Removed a lot of ARGFIXME's after tweaking
	docstrings and C source.

	* new-docstrings.texi, scheme-io.texi, scheme-data.texi,
	posix.texi, scheme-control.texi, scheme-evaluation.texi,
	scheme-memory.texi, scheme-procedures.texi, scheme-modules.texi,
	scheme-scheduling.texi: Automated docstring merging.
2001-04-03 13:11:14 +00:00
..
ChangeLog * scheme-options.texi, scheme-procedures.texi, 2001-04-03 13:11:14 +00:00
docstring.el * Automatic docstring updates. 2001-03-23 15:05:40 +00:00
guile.texi * scheme-options.texi, scheme-procedures.texi, 2001-04-03 13:11:14 +00:00
README * Minor docstring updates. 2001-03-23 17:24:28 +00:00

README for guile-core/doc/maint                      -*- text -*-

The files in this directory are used by the maintainers to automate
the process of updating the Guile reference manual when the docstrings
in the libguile C source change.

- ChangeLog is the change log for files in this directory.

- README is this file.

- docstring.el is a helpful Emacs Lisp library.  The two key entry
  points are `docstring-process-module' and
  `docstring-ediff-this-line'.

- guile.texi is a snapshot of the built file
  guile-core/libguile/guile.texi, copied last time the reference
  manual was determined to be in sync with the libguile source.