doc/list-exports.lisp: Better pretty formatting for keywords.
[sod] / src / c-types-parse.lisp
index 45336a1..b398ca9 100644 (file)
                          (cons #'identity name))))
 
               (argument-list ()
-                ;; [ argument [ `,' argument ]* [ `,' `...' ] ] | `...'
+                ;; [argument [`,' argument]* [`,' `...']] | `...'
                 ;;
                 ;; The possibility of a trailing `,' `...' means that we
                 ;; can't use the standard `list' parser.  Note that, unlike