emacs: fix notmuch-message-replied-tags defcustom type

This commit is contained in:
Jani Nikula 2012-09-06 18:32:38 +03:00 committed by David Bremner
parent 1dc7e66ee7
commit 5a48340bf1

View file

@ -31,7 +31,7 @@ if it is prefaced with a \"-\", removed.
For example, if you wanted to add a \"replied\" tag and remove
the \"inbox\" and \"todo\", you would set
(\"replied\" \"-inbox\" \"-todo\"\)"
:type 'list
:type '(repeat string)
:group 'notmuch-send)
(defun notmuch-message-mark-replied ()