X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/7702b7bc88a97c15f955f62e8afbc40521ceec7b..a5b9e2bef2e640d841229bd7ec1b69782e6e7e70:/src/optparse.lisp?ds=sidebyside diff --git a/src/optparse.lisp b/src/optparse.lisp index 7e444e0..5268cda 100644 --- a/src/optparse.lisp +++ b/src/optparse.lisp @@ -207,7 +207,7 @@ 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)