summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-09-29 16:14:30 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-09-29 16:14:30 +0200
commit591c63dd577499f22cf7c9585b19741ccd5c22c0 (patch)
treec8f74f2896527721678d92ab6463b5d42db2160f
parenta841aec7ed15d7bff749bb583792c477d6813636 (diff)
downloadorg-mode-591c63dd577499f22cf7c9585b19741ccd5c22c0.tar.gz
org-mobile: Fix a docstring
* lisp/org-mobile.el (org-mobile-inbox-for-pull): Fix a docstring.
-rw-r--r--lisp/org-mobile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el
index 199a20b..31d17aa 100644
--- a/lisp/org-mobile.el
+++ b/lisp/org-mobile.el
@@ -139,7 +139,7 @@ session."
(defcustom org-mobile-inbox-for-pull "~/org/from-mobile.org"
"The file where captured notes and flags will be appended to.
During the execution of `org-mobile-pull', the file
-`org-mobile-capture-file' will be emptied it's contents have
+`org-mobile-capture-file' is emptied as soon as its contents have
been appended to the file given here. This file should be in
`org-directory', and not in the staging area or on the web server."
:group 'org-mobile