From: Francisco Vila Date: Fri, 16 Apr 2010 10:30:42 +0000 (+0200) Subject: Doc: Typo in scheme tutorial. X-Git-Tag: release/2.13.19-1~28 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3312aad46463fdae183931f24a8fafb743c72cd1;p=lilypond.git Doc: Typo in scheme tutorial. --- diff --git a/Documentation/extending/scheme-tutorial.itely b/Documentation/extending/scheme-tutorial.itely index 4745e9449e..42bc11854b 100644 --- a/Documentation/extending/scheme-tutorial.itely +++ b/Documentation/extending/scheme-tutorial.itely @@ -824,7 +824,7 @@ while @code{twentyFour} is a variable. @subheading Offsets Two-dimensional offsets (X and Y coordinates) are stored as @code{pairs}. -The @code{cdr} of the offset is the X coordinate, and the @code{cdr} is +The @code{car} of the offset is the X coordinate, and the @code{cdr} is the Y coordinate. @example