Hi all,
there's a junior job for 1.8.90 I'd like to advertise:
added docstrings to command definitons.
When you choose a command from keybindings group in SawfishConfig,
you'll see a lot of them "undocumented", your job would be to add the
docstring. It's not a hard job, it just needs someone who diggs through
all (define-command).
Example:
(define-command 'foo foo)
==> undocumented
(define-command 'foo foo
#:doc "This is da FOO!")
==> Now #:doc shows up in SawfishConfig.
Is there any one who wants to apply? :)
Chris