diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-05-08 15:45:20 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-05-08 15:45:20 +0000 |
commit | 8f043d3d9ca0e9780860998f05411891fbb4ab3a (patch) | |
tree | e028995a7d034ac32907ea1729e2c2f807847e5f /lisp/org/org-mew.el | |
parent | 17d6591521ec3ec025e9455b278d4260e47ca48e (diff) | |
download | emacs-8f043d3d9ca0e9780860998f05411891fbb4ab3a.tar.gz |
(org-mew-store-link): Fix typo in docstring.
Diffstat (limited to 'lisp/org/org-mew.el')
-rw-r--r-- | lisp/org/org-mew.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-mew.el b/lisp/org/org-mew.el index 763aa907cc6..e3fba77d5e4 100644 --- a/lisp/org/org-mew.el +++ b/lisp/org/org-mew.el @@ -69,7 +69,7 @@ ;; Implementation (defun org-mew-store-link () - "Store a link to a MEW folder or message." + "Store a link to a Mew folder or message." (when (memq major-mode '(mew-summary-mode mew-virtual-mode)) (let* ((msgnum (mew-summary-message-number2)) (mark-info (mew-summary-get-mark)) |