[Openmcl-cvs-notifications] r11431 - /trunk/source/examples/mswin.lisp
gb at clozure.com
gb at clozure.com
Thu Nov 27 11:50:18 EST 2008
Author: gb
Date: Thu Nov 27 11:50:18 2008
New Revision: 11431
Log:
Fix comment.
Modified:
trunk/source/examples/mswin.lisp
Modified: trunk/source/examples/mswin.lisp
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/examples/mswin.lisp (original)
+++ trunk/source/examples/mswin.lisp Thu Nov 27 11:50:18 2008
@@ -95,7 +95,7 @@
;;; Register a named window class. ("class" in this sense has nothing to
;;; do with CLOS or any other object system: windows of the same class
;;; share a common window procedure callback and other attributes, which
-;;; we define here.
+;;; we define here.)
;;; If the registration attempt is succesful, it'll return an "atom"
;;; (a small integer that identifies the registered class); otherwise,
;;; it returns 0.
More information about the Openmcl-cvs-notifications
mailing list