From 437ef6151c1c3d2d5ebdb21c37ff51a007623ad2 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 13 Jan 2004 15:00:20 +0000 Subject: [PATCH] release commit --- ChangeLog | 4 ++++ scm/document-markup.scm | 14 +++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f0b08468be..4d483a85ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-01-13 Han-Wen Nienhuys + * VERSION: release 2.1.9 + + * scm/document-markup.scm (markup-doc-node): add note about naming. + * scm/new-markup.scm (left-align-markup): bugfix. * Documentation/user/refman.itely (Ottava brackets): more doco for diff --git a/scm/document-markup.scm b/scm/document-markup.scm index 85c2659adf..7ff76fa3f7 100644 --- a/scm/document-markup.scm +++ b/scm/document-markup.scm @@ -30,8 +30,20 @@ (define (markup-doc-node) (make #:name "Markup functions" - #:desc "Definitions of the markup functions" + #:desc "Definitions of the markup functions." + + #:text (apply string-append + + "A @code{\\markup} mode command, eg. @code{bold}, is +coupled with a Scheme function (@code{bold-markup}) implementing the +formatting. For use in Scheme, a function @code{make-bold-markup} is +also defined, which constructs a Markup expression. + +This chapter describes all of the @code{...-markup} functions. + +" + (map doc-markup-function (sort markup-function-list markup-function