From 591c63dd577499f22cf7c9585b19741ccd5c22c0 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 29 Sep 2018 16:14:30 +0200 Subject: [PATCH] org-mobile: Fix a docstring * lisp/org-mobile.el (org-mobile-inbox-for-pull): Fix a docstring. --- lisp/org-mobile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index 199a20b4d..31d17aa3d 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