branch: master commit 057b3f52d3f9f0dd42d70a903dd3c5699a323c37 Author: Eric Abrahamsen <e...@ericabrahamsen.net> Commit: Eric Abrahamsen <e...@ericabrahamsen.net>
[gnorb] Fix dumb typo in 07214d9e4 * packages/gnorb/gnorb-gnus.el (gnorb-gnus-hint-relevant-message): That's not how you spell the function name. --- packages/gnorb/gnorb-gnus.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gnorb/gnorb-gnus.el b/packages/gnorb/gnorb-gnus.el index 87fabf0..56d2814 100644 --- a/packages/gnorb/gnorb-gnus.el +++ b/packages/gnorb/gnorb-gnus.el @@ -974,7 +974,7 @@ option `gnorb-gnus-hint-relevant-article' is non-nil." (tracked-headings (message (substitute-command-keys - "Possible relevant todo %s, trigger with \\[gnorb-gnus-incomding-do-todo]") + "Possible relevant todo %s, trigger with \\[gnorb-gnus-incoming-do-todo]") (gnorb-pretty-outline (car tracked-headings) t))) (t nil)))))