From ef5c3a2a660fe00868b4b1a280b5ab2dad0ed2a6 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Wed, 9 Apr 2008 10:12:03 +0200 Subject: [PATCH] org-mew.el: fixed the docstring of `org-mew-open'. --- ChangeLog | 4 ++++ lisp/org-mew.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 682cc6e22..d8a58dec7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-04-09 Bastien Guerry + + * lisp/org-mew.el (org-mew-open): Fixed the docstring. + 2008-04-08 Carsten Dominik * lisp/org-agenda.el (org-agenda-weekend-days): New variable. diff --git a/lisp/org-mew.el b/lisp/org-mew.el index 665aa63d6..74f01eb79 100644 --- a/lisp/org-mew.el +++ b/lisp/org-mew.el @@ -44,7 +44,7 @@ (add-hook 'org-store-link-functions 'org-mew-store-link) (defun org-mew-open (mew-link) - "Visit the message MSG-NUMBER in FOLDER." + "Visit the message targetted at by MEW-LINK." (when (string-match "\\(+.*\\)+\\+\\([0-9]+\\)" mew-link) (let ((folder (match-string 1 mew-link)) (msg-num (match-string 2 mew-link)))