summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-02-23 16:47:37 +0100
committerBastien Guerry <bzg@altern.org>2011-02-23 16:47:37 +0100
commitd45739f62f4c9de9e66712601e16ff680102905c (patch)
tree64eb3fc58e3f024949221a3fcdea2d09fc822506
parentf4db739a67926016049440087786e7ded8c9e136 (diff)
downloadorg-mode-d45739f62f4c9de9e66712601e16ff680102905c.tar.gz
* org-capture.el (org-capture-refile): Fix typo in docstring.
-rw-r--r--lisp/org-capture.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index b5711f7..4f71daf 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -594,7 +594,7 @@ captured item after finalizing."
(defun org-capture-refile ()
"Finalize the current capture and then refile the entry.
Refiling is done from the base buffer, because the indirect buffer is then
-already gone. Any prefix argument will be passed to the refile comand."
+already gone. Any prefix argument will be passed to the refile command."
(interactive)
(unless (eq (org-capture-get :type 'local) 'entry)
(error