X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=blobdiff_plain;f=mop.lisp;h=43a2f82708b67bfb6f3fed53826d1566c9c051cd;hp=0771543be9f0cc3bb3a91ddc3db84f6a15e96988;hb=HEAD;hpb=41f450532d8ead3125c528f1ad7a1614aae1f93a diff --git a/mop.lisp b/mop.lisp index 0771543..43a2f82 100644 --- a/mop.lisp +++ b/mop.lisp @@ -11,8 +11,6 @@ ;;;; in Text, HTML, and XML formats. This includes hyperlinking ;;;; capability and sub-objects. ;;;; -;;;; $Id$ -;;;; ;;;; This file is Copyright (c) 2000-2006 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -22,10 +20,10 @@ (defclass hyperobject-class (standard-class) ( ;; slots initialized in defclass - (user-name :initarg :user-name :type string :initform nil + (user-name :initarg :user-name :initform nil :accessor user-name :documentation "User name for class") - (user-name-plural :initarg :user-name-plural :type string :initform nil + (user-name-plural :initarg :user-name-plural :initform nil :accessor user-name-plural :documentation "Plural user name for class") (default-print-slots :initarg :default-print-slots :type list :initform nil @@ -541,7 +539,7 @@ SQL name" (setf (documentation cl 'type) (format nil "Hyperobject~A~A~A~A" (aif (user-name cl) - (format nil ": ~A" it "")) + (format nil ": ~A" it) "") (aif (description cl) (format nil "~%Class description: ~A" it) "") (aif (subobjects cl)