src/optparse.lisp: Quote literals properly.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 27 Jul 2019 00:01:22 +0000 (01:01 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 3 Aug 2019 15:27:35 +0000 (16:27 +0100)
src/optparse.lisp

index 7e444e0..5268cda 100644 (file)
                wrapped.  If nil, the option is omitted from the help
                text.
 
-   Usually, one won't use make-option, but use the option macro instead."
+   Usually, one won't use `make-option', but use the `option' macro instead."
   (long-name nil :type (or null string))
   (tag nil :type t)
   (negated-tag nil :type t)