projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7354130
)
doc/ref-manual/graphics.texi: typo
author
Matt Birkholz
<matt@birchwood-abbey.net>
Tue, 7 Mar 2017 03:41:24 +0000
(20:41 -0700)
committer
Matt Birkholz
<matt@birchwood-abbey.net>
Tue, 7 Mar 2017 04:23:14 +0000
(21:23 -0700)
doc/ref-manual/graphics.texi
patch
|
blob
|
history
diff --git
a/doc/ref-manual/graphics.texi
b/doc/ref-manual/graphics.texi
index 3c62cc3357c01d627f992cf9716feffc4fbfb2ff..b5f085948012b942188e04c4188f5607e87f5f2d 100644
(file)
--- a/
doc/ref-manual/graphics.texi
+++ b/
doc/ref-manual/graphics.texi
@@
-711,7
+711,7
@@
This draws a quarter circle pie slice, standing on its point, with point
at virtual coordinates (3,5):
@example
-(graphics-oper
er
ation 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