zone.lisp (rec-raw-string): Fix garbled punctuation in commentary.
[zone] / zone.lisp
index a80428f..031a15d 100644 (file)
--- a/zone.lisp
+++ b/zone.lisp
 
 (export 'rec-raw-string)
 (defun rec-raw-string (s &key (start 0) end)
-  "Append (a (substring of) a raw string S to the current record.
+  "Append (a substring of) a raw string S to the current record.
 
    No arrangement is made for reporting the length of the string.  That must
    be done by the caller, if necessary."