chiark / gitweb /
src/optparse.lisp: Use low-level slot accessor in `option' printer.
[sod] / src / optparse.lisp
index 16b5b7be78933ae0777ea707ce06e5ae8d2ff86f..fff0e8888da95f6aae841c0fc6d42410fbcc57f1 100644 (file)
@@ -165,7 +165,7 @@ (defstruct (option
                          (opt-long-name o)
                          (opt-arg-optional-p o)
                          (opt-arg-name o)
-                         (opt-documentation o)))))
+                         (opt-%documentation o)))))
             (:constructor %make-option
                 (&key long-name tag negated-tag short-name
                       arg-name arg-optional-p documentation