src/optparse.lisp: Quote literals properly.
[sod] / 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)