Parcourir la source

Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

Carsten Dominik il y a 17 ans
Parent
commit
3721171a53
2 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 4 0
      ChangeLog
  2. 1 1
      lisp/org-mew.el

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2008-04-09  Bastien Guerry  <bzg@altern.org>
+
+	* lisp/org-mew.el (org-mew-open): Fixed the docstring.
+
 2008-04-08  Carsten Dominik  <dominik@science.uva.nl>
 
 	* lisp/org-exp.el (org-get-current-options): Incorporate LINK_UP,

+ 1 - 1
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)))