aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorAlan Mackenzie2016-01-25 12:35:15 +0000
committerAlan Mackenzie2016-01-25 12:35:15 +0000
commitec90220ac1bd81437654d07b769819e1dcd24de5 (patch)
tree22865eeeabfad524640433fc6ed8a17ac649d046 /lisp
parentae555b6524c32b8a7d6a450dc24cf546a7533d37 (diff)
downloademacs-ec90220ac1bd81437654d07b769819e1dcd24de5.tar.gz
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')
-rw-r--r--lisp/org/org-element.el2
-rw-r--r--lisp/org/org-mobile.el2
-rw-r--r--lisp/textmodes/reftex-vars.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org/org-element.el b/lisp/org/org-element.el
index 91b1b007607..a19f52c7923 100644
--- a/lisp/org/org-element.el
+++ b/lisp/org/org-element.el
@@ -487,7 +487,7 @@ Return parent element."
487;; cannot contain other greater elements of their own type. 487;; cannot contain other greater elements of their own type.
488;; 488;;
489;; Beside implementing a parser and an interpreter, adding a new 489;; Beside implementing a parser and an interpreter, adding a new
490;; greater element requires to tweak `org-element--current-element'. 490;; greater element requires tweaking `org-element--current-element'.
491;; Moreover, the newly defined type must be added to both 491;; Moreover, the newly defined type must be added to both
492;; `org-element-all-elements' and `org-element-greater-elements'. 492;; `org-element-all-elements' and `org-element-greater-elements'.
493 493
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
88Encryption uses AES-256, with a password given in 88Encryption uses AES-256, with a password given in
89`org-mobile-encryption-password'. 89`org-mobile-encryption-password'.
90When nil, plain files are kept on the server. 90When nil, plain files are kept on the server.
91Turning on encryption requires to set the same password in the MobileOrg 91Turning on encryption requires setting the same password in the MobileOrg
92application. Before turning this on, check of MobileOrg does already 92application. Before turning this on, check of MobileOrg does already
93support it - at the time of this writing it did not yet." 93support it - at the time of this writing it did not yet."
94 :group 'org-mobile 94 :group 'org-mobile
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el
index c725d9f450e..d1a6b87da2e 100644
--- a/lisp/textmodes/reftex-vars.el
+++ b/lisp/textmodes/reftex-vars.el
@@ -1905,7 +1905,7 @@ instead or as well. The variable may have one of these values:
1905 mouse Highlighting is mouse driven. 1905 mouse Highlighting is mouse driven.
1906 both Both cursor and mouse trigger highlighting. 1906 both Both cursor and mouse trigger highlighting.
1907 1907
1908Changing this variable requires to rebuild the selection and *toc* buffers 1908Changing this variable requires rebuilding the selection and *toc* buffers
1909to become effective (keys `g' or `r')." 1909to become effective (keys `g' or `r')."
1910 :group 'reftex-fontification-configurations 1910 :group 'reftex-fontification-configurations
1911 :type '(choice 1911 :type '(choice