summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-10-13 17:20:53 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-10-13 17:20:53 +0200
commitf34f0569289ce1f580767695123bdeae7690308a (patch)
tree6e158b205296127090e96c4b6dba8be31af356ef
parent3047091bc7b6a175340f1883346106bd43041bf2 (diff)
downloadorg-mode-f34f0569289ce1f580767695123bdeae7690308a.tar.gz
Minor fixes
-rw-r--r--lisp/org-mobile.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el
index 9208d30..151f79e 100644
--- a/lisp/org-mobile.el
+++ b/lisp/org-mobile.el
@@ -26,10 +26,11 @@
;;; Commentary:
;;
;; This file contains the code to interact with Richard Moreland's iPhone
-;; application MobileOrg. This code is documented in Appendix B of the
-;; Org-mode manual. The code is not specific for the iPhone, however.
-;; Any external viewer/flagging/editing application that uses the same
-;; conventions could be used.
+;; application MobileOrg, as well as with the Android version by Matthew Jones.
+;; This code is documented in Appendix B of the Org-mode manual. The code is
+;; not specific for the iPhone and Android - any external
+;; viewer/flagging/editing application that uses the same conventions could
+;; be used.
(require 'org)
(require 'org-agenda)