From: Carl Sorensen Date: Thu, 25 Feb 2010 16:03:03 +0000 (-0700) Subject: Merge branch 'master' of git.sv.gnu.org:/srv/git/lilypond X-Git-Tag: release/2.13.14-1~8 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=0017cbfc0a480918e5c343edf24d2afb449925b5;p=lilypond.git Merge branch 'master' of git.sv.gnu.org:/srv/git/lilypond --- 0017cbfc0a480918e5c343edf24d2afb449925b5 diff --cc Documentation/extending/scheme-tutorial.itely index 64bb01a28c,f9c9538881..e1a93f79ac --- a/Documentation/extending/scheme-tutorial.itely +++ b/Documentation/extending/scheme-tutorial.itely @@@ -471,11 -474,11 +473,11 @@@ The quote mark @code{'} prevents the Sc @node Scheme procedures @subsection Scheme procedures - Scheme procedures are executable scheme expressions that return - a value resulting from their execution., They can also manipulate + Scheme procedures are executable scheme expressions that return a + value resulting from their execution. They can also manipulate variables defined outside of the procedure. -@unnumberedsubsubsec Defining procedures +@subheading Defining procedures Procedures are defined in Scheme with define