doc/ref-manual/graphics.texi: typo
authorMatt Birkholz <matt@birchwood-abbey.net>
Tue, 7 Mar 2017 03:41:24 +0000 (20:41 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Tue, 7 Mar 2017 04:23:14 +0000 (21:23 -0700)
doc/ref-manual/graphics.texi

index 3c62cc3357c01d627f992cf9716feffc4fbfb2ff..b5f085948012b942188e04c4188f5607e87f5f2d 100644 (file)
@@ -711,7 +711,7 @@ This draws a quarter circle pie slice, standing on its point, with point
 at virtual coordinates (3,5):
 
 @example
-(graphics-opereration g 'draw-arc 3 5 .5 .5 45 90 #t)
+(graphics-operation g 'draw-arc 3 5 .5 .5 45 90 #t)
 @end example
 
 @end defop