From: Mark Wooding Date: Sat, 4 May 2024 23:52:04 +0000 (+0100) Subject: zone.lisp (rec-raw-string): Fix garbled punctuation in commentary. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/zone/commitdiff_plain/a679ee5921154ab32d8177fd17e8f76c1432d9e0?ds=inline zone.lisp (rec-raw-string): Fix garbled punctuation in commentary. --- diff --git a/zone.lisp b/zone.lisp index a80428f..031a15d 100644 --- a/zone.lisp +++ b/zone.lisp @@ -776,7 +776,7 @@ (defun rec-u32 (value) (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."