[mcclim-cvs] CVS mcclim

thenriksen thenriksen at common-lisp.net
Fri Nov 17 20:33:24 UTC 2006


Update of /project/mcclim/cvsroot/mcclim
In directory clnet:/tmp/cvs-serv30700

Modified Files:
	graphics.lisp 
Log Message:
Remove initial space in docstring as it confuses my docstring
extractor.


--- /project/mcclim/cvsroot/mcclim/graphics.lisp	2006/10/14 18:38:12	1.54
+++ /project/mcclim/cvsroot/mcclim/graphics.lisp	2006/11/17 20:33:24	1.55
@@ -528,9 +528,10 @@
 			toward-x toward-y transform-glyphs
 			ink clipping-region transformation
 			text-style text-family text-face text-size)
-" Draws a single character of filled text represented by the given element. 
-  element is a character or other object to be translated into a font index.
-  The given x and y specify the left baseline position for the character."
+"Draws a single character of filled text represented by the given
+element.  element is a character or other object to be translated
+into a font index.  The given x and y specify the left baseline
+position for the character."
   (declare (ignore ink clipping-region transformation
 		   text-style text-family text-face text-size))
   (with-medium-options (sheet args)




More information about the Mcclim-cvs mailing list