r10330: fix duplicate docstring
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 17 Feb 2005 16:21:04 +0000 (16:21 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 17 Feb 2005 16:21:04 +0000 (16:21 +0000)
parse-macros.lisp

index a775b0faf5a816f15372a7c23b87e6fdb1c7fdc3..bf784c202e25432b00fc7501c90918464a07bfdd 100644 (file)
@@ -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))