summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Mackenzie <acm@muc.de>2016-01-25 12:35:15 +0000
committerKyle Meyer <kyle@kyleam.com>2016-02-08 21:52:09 -0500
commit5d952960293178bdd3ec2cc135dbb0514fdc3693 (patch)
tree1e95424150df89628bb087d2f03e44328770f86d
parent30bcff112928fb15e2b0e8c810266353d721d752 (diff)
downloadorg-mode-5d952960293178bdd3ec2cc135dbb0514fdc3693.tar.gz
Backport commit ec90220 from Emacs
Expunge "allow" + infinitive from source and doc, part 2. ec90220ac1bd81437654d07b769819e1dcd24de5 Alan Mackenzie Mon Jan 25 12:35:15 2016 +0000
-rw-r--r--lisp/org-element.el2
-rw-r--r--lisp/org-mobile.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-element.el b/lisp/org-element.el
index d8864b6..1438a0f 100644
--- a/lisp/org-element.el
+++ b/lisp/org-element.el
@@ -625,7 +625,7 @@ is cleared and contents are removed in the process."
;; cannot contain other greater elements of their own type.
;;
;; Beside implementing a parser and an interpreter, adding a new
-;; greater element requires to tweak `org-element--current-element'.
+;; greater element requires tweaking `org-element--current-element'.
;; Moreover, the newly defined type must be added to both
;; `org-element-all-elements' and `org-element-greater-elements'.
diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el
index bf8784e..e6709e4 100644
--- a/lisp/org-mobile.el
+++ b/lisp/org-mobile.el
@@ -88,7 +88,7 @@ org-agenda-text-search-extra-files
Encryption uses AES-256, with a password given in
`org-mobile-encryption-password'.
When nil, plain files are kept on the server.
-Turning on encryption requires to set the same password in the MobileOrg
+Turning on encryption requires setting the same password in the MobileOrg
application. Before turning this on, check of MobileOrg does already
support it - at the time of this writing it did not yet."
:group 'org-mobile