[PATCH 7/6] emacs: Improved `notmuch-describe-keymap' documentation
Mark Walters
markwalters1009 at gmail.com
Mon Oct 7 23:46:45 PDT 2013
Hello
This looks good to me +1
Best wishes
Mark
On Mon, 07 Oct 2013, Austin Clements <amdragon at MIT.EDU> wrote:
> ---
> emacs/notmuch.el | 11 ++++++++---
> 1 file changed, 8 insertions(+), 3 deletions(-)
>
> diff --git a/emacs/notmuch.el b/emacs/notmuch.el
> index e559472..c47c6b5 100644
> --- a/emacs/notmuch.el
> +++ b/emacs/notmuch.el
> @@ -141,10 +141,15 @@ This is basically just `format-kbd-macro' but we also convert ESC to M-."
> (concat desc " "))))
>
> (defun notmuch-describe-keymap (keymap ua-keys &optional prefix tail)
> - "Return a list of strings, each describing one key in KEYMAP.
> + "Return a list of strings, each describing one binding in KEYMAP.
>
> -Each string gives a human-readable description of the key and the
> -first line of documentation for the bound function."
> +Each string gives a human-readable description of the key and a
> +one-line description of the bound function. See `notmuch-help'
> +for an overview of how this documentation is extracted.
> +
> +UA-KEYS should be a key sequence bound to `universal-argument'.
> +It will be used to describe bindings of commands that support a
> +prefix argument. PREFIX and TAIL are used internally."
> (map-keymap
> (lambda (key binding)
> (cond ((mouse-event-p key) nil)
> --
> 1.8.4.rc3
>
> _______________________________________________
> notmuch mailing list
> notmuch at notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch
More information about the notmuch
mailing list