Browse Source

Minor fix

Carsten Dominik 15 years ago
parent
commit
4a5260b69f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lisp/org-mobile.el

+ 2 - 1
lisp/org-mobile.el

@@ -56,7 +56,8 @@ This should not be changed, because MobileOrg assumes this name.")
 
 
 (defcustom org-mobile-index-file "index.org"
 (defcustom org-mobile-index-file "index.org"
   "The index file with inks to all Org files that should be loaded by MobileOrg.
   "The index file with inks to all Org files that should be loaded by MobileOrg.
-Relative to `org-mobile-directory'."
+Relative to `org-mobile-directory'.  The Address field in the MobileOrg setup
+should point to this file."
   :group 'org-mobile
   :group 'org-mobile
   :type 'file)
   :type 'file)