r11098: 2006 updates
[umlisp.git] / parse-macros.lisp
index a775b0faf5a816f15372a7c23b87e6fdb1c7fdc3..6e006d816ef9a9fd4cd989b4c6cc7b949b8b8d92 100644 (file)
@@ -10,7 +10,7 @@
 ;;;; $Id$
 ;;;;
 ;;;; This file, part of UMLisp, is
-;;;;    Copyright (c) 2000-2004 by Kevin M. Rosenberg, M.D.
+;;;;    Copyright (c) 2000-2006 by Kevin M. Rosenberg, M.D.
 ;;;;
 ;;;; UMLisp users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the GNU General Public License.
@@ -74,7 +74,6 @@
      ,@body))
 
 (defmacro with-umls-file ((line ufile) &body body)
-  "Opens a UMLS and processes each parsed line with (body) argument"
   "Opens a UMLS and processes each parsed line with (body) argument"
   `(with-reading-umls-file (,line (umls-pathname ,ufile))
      ,@body))