From 99157b76d436e731d8488760fd8c745bb63f0c2d Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 17 Feb 2005 16:21:04 +0000 Subject: [PATCH] r10330: fix duplicate docstring --- parse-macros.lisp | 1 - 1 file changed, 1 deletion(-) 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)) -- 2.34.1