chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6c3c2dd
)
src/optparse.lisp: Quote literals properly.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 27 Jul 2019 00:01:22 +0000
(
01:01
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 3 Aug 2019 15:27:35 +0000
(16:27 +0100)
src/optparse.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/optparse.lisp
b/src/optparse.lisp
index 7e444e05e96b6e44ec103908a648f538c8e4b474..5268cda728f33c69f7c8c7e65c7acbdeaaa059b0 100644
(file)
--- a/
src/optparse.lisp
+++ b/
src/optparse.lisp
@@
-207,7
+207,7
@@
(defstruct (option
wrapped. If nil, the option is omitted from the help
text.
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)
(long-name nil :type (or null string))
(tag nil :type t)
(negated-tag nil :type t)