This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Guile".
http://git.savannah.gnu.org/cgit/guile.git/commit/?id=a136ada69b67af46df7617718adc66afa6d43ab6 The branch, master has been updated via a136ada69b67af46df7617718adc66afa6d43ab6 (commit) from 96ca59d839fd87cc021f58f5e864e1e195164292 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a136ada69b67af46df7617718adc66afa6d43ab6 Author: Neil Jerram <n...@ossau.uklinux.net> Date: Sun Oct 31 08:27:56 2010 +0000 Add ref to new location for regex doc * doc/ref/api-data.texi: Add ref to new location for regex doc. Also correct other refs to say section rather than chapter. ----------------------------------------------------------------------- Summary of changes: doc/ref/api-data.texi | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi index 9f0217f..6dcab05 100755 --- a/doc/ref/api-data.texi +++ b/doc/ref/api-data.texi @@ -5399,20 +5399,22 @@ Equivalent to @code{scm_symbol_to_keyword (scm_from_locale_symbol @node Other Types @subsection ``Functionality-Centric'' Data Types -Procedures and macros are documented in their own chapter: see +Procedures and macros are documented in their own sections: see @ref{Procedures} and @ref{Macros}. Variable objects are documented as part of the description of Guile's module system: see @ref{Variables}. -Asyncs, dynamic roots and fluids are described in the chapter on +Asyncs, dynamic roots and fluids are described in the section on scheduling: see @ref{Scheduling}. -Hooks are documented in the chapter on general utility functions: see +Hooks are documented in the section on general utility functions: see @ref{Hooks}. -Ports are described in the chapter on I/O: see @ref{Input and Output}. +Ports are described in the section on I/O: see @ref{Input and Output}. +Regular expressions are described in their own section: see @ref{Regular +Expressions}. @c Local Variables: @c TeX-master: "guile.texi" hooks/post-receive -- GNU Guile