ソースを参照

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.
Bastien Guerry 13 年 前
コミット
9e8ce98ba6
1 ファイル変更1 行追加1 行削除
  1. 1 1
      lisp/org-mobile.el

+ 1 - 1
lisp/org-mobile.el

@@ -236,7 +236,7 @@ by the mobile device, this hook should be used to copy the capture file
 directory `org-mobile-directory'.")
 directory `org-mobile-directory'.")
 
 
 (defvar org-mobile-post-pull-hook nil
 (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
 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
 by the mobile device, this hook should be used to copy the emptied
 capture file `mobileorg.org' back to the WebDAV directory, for example
 capture file `mobileorg.org' back to the WebDAV directory, for example