From: Mark Wooding Date: Sun, 30 Aug 2015 09:58:38 +0000 (+0100) Subject: src/c-types-proto.lisp: Fix docstring. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/commitdiff_plain/05b7480df1a1804bbf3ba3f7ce00f757cf703b1a?ds=inline;hp=-c src/c-types-proto.lisp: Fix docstring. --- 05b7480df1a1804bbf3ba3f7ce00f757cf703b1a diff --git a/src/c-types-proto.lisp b/src/c-types-proto.lisp index b9b61bf..edadd64 100644 --- a/src/c-types-proto.lisp +++ b/src/c-types-proto.lisp @@ -253,7 +253,7 @@ (defgeneric commentify-argument-name (name) "Produce a `commentified' version of the argument. The default behaviour is that temporary argument names are simply omitted - (NIL is returned); otherwise, `/*...*/' markers are wrapped around the + (nil is returned); otherwise, `/*...*/' markers are wrapped around the printable representation of the argument.") (:method ((name null)) nil) (:method ((name t)) (format nil "/*~A*/" name)))