From c735d62f0758395693abe487db9dfc38f9ecc103 Mon Sep 17 00:00:00 2001 From: Jason Dunsmore Date: Tue, 10 May 2011 10:07:35 -0500 Subject: [PATCH] Fixed typo in org-mobile-index-file 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 332ec18e1..7b1bcbe86 100644 --- a/lisp/org-mobile.el +++ b/lisp/org-mobile.el @@ -133,7 +133,7 @@ been appended to the file given here. This file should be in This should not be changed, because MobileOrg assumes this name.") (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 links to all Org files that should be loaded by MobileOrg. Relative to `org-mobile-directory'. The Address field in the MobileOrg setup should point to this file." :group 'org-mobile -- 2.11.4.GIT