diff options
| author | Alan Mackenzie | 2016-01-25 12:35:15 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2016-01-25 12:35:15 +0000 |
| commit | ec90220ac1bd81437654d07b769819e1dcd24de5 (patch) | |
| tree | 22865eeeabfad524640433fc6ed8a17ac649d046 /lisp | |
| parent | ae555b6524c32b8a7d6a450dc24cf546a7533d37 (diff) | |
| download | emacs-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.el | 2 | ||||
| -rw-r--r-- | lisp/org/org-mobile.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/reftex-vars.el | 2 |
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 | |||
| 88 | Encryption uses AES-256, with a password given in | 88 | Encryption uses AES-256, with a password given in |
| 89 | `org-mobile-encryption-password'. | 89 | `org-mobile-encryption-password'. |
| 90 | When nil, plain files are kept on the server. | 90 | When nil, plain files are kept on the server. |
| 91 | Turning on encryption requires to set the same password in the MobileOrg | 91 | Turning on encryption requires setting the same password in the MobileOrg |
| 92 | application. Before turning this on, check of MobileOrg does already | 92 | application. Before turning this on, check of MobileOrg does already |
| 93 | support it - at the time of this writing it did not yet." | 93 | support 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 | ||
| 1908 | Changing this variable requires to rebuild the selection and *toc* buffers | 1908 | Changing this variable requires rebuilding the selection and *toc* buffers |
| 1909 | to become effective (keys `g' or `r')." | 1909 | to become effective (keys `g' or `r')." |
| 1910 | :group 'reftex-fontification-configurations | 1910 | :group 'reftex-fontification-configurations |
| 1911 | :type '(choice | 1911 | :type '(choice |