summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Dunsmore <jasondunsmore@gmail.com>2011-05-10 10:07:35 -0500
committerJason Dunsmore <jasondunsmore@gmail.com>2011-05-10 10:07:35 -0500
commitc735d62f0758395693abe487db9dfc38f9ecc103 (patch)
tree58a1f80a273f452f1314bad2c4a2b7cc4aa99ecb
parent9dba548cd54a000bd24d15452ac4340ba995febb (diff)
downloadorg-mode-c735d62f0758395693abe487db9dfc38f9ecc103.tar.gz
Fixed typo in org-mobile-index-file docstring.
-rw-r--r--lisp/org-mobile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el
index 332ec18..7b1bcbe 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