Skip to content
  • Eric Schulte's avatar
    Option documentation in define-command docstrings · cc8f3595
    Eric Schulte authored
    The `define-command` macro now appends a section to the docstring of
    the generated `defun` which lists all keyword arguments and their
    :documentation descriptions.
    
    This adds a `docstring` argument to `show-option-help` which is used
    to generate this list in a format more suitable for a docstring.
    cc8f3595