From: Kevin M. Rosenberg Date: Thu, 17 Feb 2005 16:21:04 +0000 (+0000) Subject: r10330: fix duplicate docstring X-Git-Tag: v2006ac.2~74 X-Git-Url: http://git.kpe.io/?p=umlisp.git;a=commitdiff_plain;h=99157b76d436e731d8488760fd8c745bb63f0c2d r10330: fix duplicate docstring --- diff --git a/parse-macros.lisp b/parse-macros.lisp index a775b0f..bf784c2 100644 --- a/parse-macros.lisp +++ b/parse-macros.lisp @@ -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))