]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: Typo in scheme tutorial.
authorFrancisco Vila <francisco.vila@hispalinux.es>
Fri, 16 Apr 2010 10:30:42 +0000 (12:30 +0200)
committerFrancisco Vila <francisco.vila@hispalinux.es>
Fri, 16 Apr 2010 10:30:42 +0000 (12:30 +0200)
Documentation/extending/scheme-tutorial.itely

index 4745e9449e56631b276331725039b056504c8450..42bc11854bac1bfe4227ff158b4ff18b406d9a27 100644 (file)
@@ -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