diff options
author | Alan Mackenzie <acm@muc.de> | 2016-01-25 12:35:15 +0000 |
---|---|---|
committer | Alan Mackenzie <acm@muc.de> | 2016-01-25 12:35:15 +0000 |
commit | ec90220ac1bd81437654d07b769819e1dcd24de5 (patch) | |
tree | 22865eeeabfad524640433fc6ed8a17ac649d046 /lisp/org/org-mobile.el | |
parent | ae555b6524c32b8a7d6a450dc24cf546a7533d37 (diff) | |
download | emacs-ec90220ac1bd81437654d07b769819e1dcd24de5.tar.gz emacs-ec90220ac1bd81437654d07b769819e1dcd24de5.tar.bz2 emacs-ec90220ac1bd81437654d07b769819e1dcd24de5.zip |
Expunge "allow" + infinitive from source and doc, part 2.
Do the same for "permit", "enable", "prevent", and (where appropriate)
"require".
doc/misc/reftex.texi:
doc/misc/url.texi:
lib/get-permissions.c:
lib/strftime.c:
lisp/org/org-element.el:
lisp/org/org-mobile.el:
lisp/textmodes/reftex-vars.el:
src/bidi.c:
src/emacs.c:
src/xdisp.c:
test/etags/c-src/emacs/src/lisp.h:
Expunge the likes of "This allows to do something" from the above files.
Diffstat (limited to 'lisp/org/org-mobile.el')
-rw-r--r-- | lisp/org/org-mobile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-mobile.el b/lisp/org/org-mobile.el index b11f4448a8d..f535390790f 100644 --- a/lisp/org/org-mobile.el +++ b/lisp/org/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 |