Browse Source

Merge branch 'maint'

Kyle Meyer 9 years ago
parent
commit
6aff8e3bf2
2 changed files with 2 additions and 2 deletions
  1. 1 1
      lisp/org-element.el
  2. 1 1
      lisp/org-mobile.el

+ 1 - 1
lisp/org-element.el

@@ -620,7 +620,7 @@ is cleared and contents are removed in the process."
 ;; cannot contain other greater elements of their own type.
 ;; cannot contain other greater elements of their own type.
 ;;
 ;;
 ;; Beside implementing a parser and an interpreter, adding a new
 ;; 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
 ;; Moreover, the newly defined type must be added to both
 ;; `org-element-all-elements' and `org-element-greater-elements'.
 ;; `org-element-all-elements' and `org-element-greater-elements'.
 
 

+ 1 - 1
lisp/org-mobile.el

@@ -88,7 +88,7 @@ org-agenda-text-search-extra-files
 Encryption uses AES-256, with a password given in
 Encryption uses AES-256, with a password given in
 `org-mobile-encryption-password'.
 `org-mobile-encryption-password'.
 When nil, plain files are kept on the server.
 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
 application.  Before turning this on, check of MobileOrg does already
 support it - at the time of this writing it did not yet."
 support it - at the time of this writing it did not yet."
   :group 'org-mobile
   :group 'org-mobile