mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-28 10:56:57 +00:00
org-mobile.el (org-mobile-post-pull-hook): Fix docstring.
* org-mobile.el (org-mobile-post-pull-hook): Fix docstring. Thanks to Moritz Ulrich for pointing this.
This commit is contained in:
parent
065401cfdb
commit
9e8ce98ba6
@ -236,7 +236,7 @@ by the mobile device, this hook should be used to copy the capture file
|
||||
directory `org-mobile-directory'.")
|
||||
|
||||
(defvar org-mobile-post-pull-hook nil
|
||||
"Hook run after running `org-mobile-pull'.
|
||||
"Hook run after running `org-mobile-pull', only if new items were found.
|
||||
If Emacs does not have direct write access to the WebDAV directory used
|
||||
by the mobile device, this hook should be used to copy the emptied
|
||||
capture file `mobileorg.org' back to the WebDAV directory, for example
|
||||
|
Loading…
Reference in New Issue
Block a user