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 | |
| 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.
| -rw-r--r-- | doc/misc/reftex.texi | 2 | ||||
| -rw-r--r-- | doc/misc/url.texi | 2 | ||||
| -rw-r--r-- | lib/get-permissions.c | 2 | ||||
| -rw-r--r-- | lib/strftime.c | 2 | ||||
| -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 | ||||
| -rw-r--r-- | src/bidi.c | 2 | ||||
| -rw-r--r-- | src/emacs.c | 2 | ||||
| -rw-r--r-- | src/xdisp.c | 4 | ||||
| -rw-r--r-- | test/etags/c-src/emacs/src/lisp.h | 2 |
11 files changed, 12 insertions, 12 deletions
diff --git a/doc/misc/reftex.texi b/doc/misc/reftex.texi index dccb2f2a4e0..ff7011c5a76 100644 --- a/doc/misc/reftex.texi +++ b/doc/misc/reftex.texi | |||
| @@ -5213,7 +5213,7 @@ mouse @r{Highlighting is mouse driven.} | |||
| 5213 | both @r{Both cursor and mouse trigger highlighting.} | 5213 | both @r{Both cursor and mouse trigger highlighting.} |
| 5214 | @end example | 5214 | @end example |
| 5215 | 5215 | ||
| 5216 | Changing this variable requires to rebuild the selection and *toc* | 5216 | Changing this variable requires rebuilding the selection and *toc* |
| 5217 | buffers to become effective (keys @kbd{g} or @kbd{r}). | 5217 | buffers to become effective (keys @kbd{g} or @kbd{r}). |
| 5218 | @end defopt | 5218 | @end defopt |
| 5219 | 5219 | ||
diff --git a/doc/misc/url.texi b/doc/misc/url.texi index acdad6b0d10..c46859968a2 100644 --- a/doc/misc/url.texi +++ b/doc/misc/url.texi | |||
| @@ -423,7 +423,7 @@ the directory specified by @code{url-configuration-directory}. | |||
| 423 | @end defopt | 423 | @end defopt |
| 424 | 424 | ||
| 425 | @defopt url-cookie-confirmation | 425 | @defopt url-cookie-confirmation |
| 426 | Specifies whether confirmation is require to accept cookies. | 426 | Specifies whether confirmation is required to accept cookies. |
| 427 | @end defopt | 427 | @end defopt |
| 428 | 428 | ||
| 429 | @defopt url-cookie-multiple-line | 429 | @defopt url-cookie-multiple-line |
diff --git a/lib/get-permissions.c b/lib/get-permissions.c index 8c70df1984c..bf40dad7801 100644 --- a/lib/get-permissions.c +++ b/lib/get-permissions.c | |||
| @@ -102,7 +102,7 @@ get_permissions (const char *name, int desc, mode_t mode, | |||
| 102 | There is an API | 102 | There is an API |
| 103 | pathconf (name, _PC_ACL_ENABLED) | 103 | pathconf (name, _PC_ACL_ENABLED) |
| 104 | fpathconf (desc, _PC_ACL_ENABLED) | 104 | fpathconf (desc, _PC_ACL_ENABLED) |
| 105 | that allows to determine which of the two kinds of ACLs is supported | 105 | that allows us to determine which of the two kinds of ACLs is supported |
| 106 | for the given file. But some file systems may implement this call | 106 | for the given file. But some file systems may implement this call |
| 107 | incorrectly, so better not use it. | 107 | incorrectly, so better not use it. |
| 108 | When fetching the source ACL, we simply fetch both ACL types. | 108 | When fetching the source ACL, we simply fetch both ACL types. |
diff --git a/lib/strftime.c b/lib/strftime.c index 10d3eb4ef31..4e65190386d 100644 --- a/lib/strftime.c +++ b/lib/strftime.c | |||
| @@ -641,7 +641,7 @@ strftime_case_ (bool upcase, STREAM_OR_CHAR_T *s, | |||
| 641 | break; | 641 | break; |
| 642 | } | 642 | } |
| 643 | 643 | ||
| 644 | /* As a GNU extension we allow to specify the field width. */ | 644 | /* As a GNU extension we allow the field width to be specified. */ |
| 645 | if (ISDIGIT (*f)) | 645 | if (ISDIGIT (*f)) |
| 646 | { | 646 | { |
| 647 | width = 0; | 647 | width = 0; |
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 |
diff --git a/src/bidi.c b/src/bidi.c index 7f5d16b39ed..9b714543dd2 100644 --- a/src/bidi.c +++ b/src/bidi.c | |||
| @@ -3001,7 +3001,7 @@ bidi_resolve_neutral (struct bidi_it *bidi_it) | |||
| 3001 | { | 3001 | { |
| 3002 | /* Arrrgh!! The UAX#9 algorithm is too deeply entrenched in | 3002 | /* Arrrgh!! The UAX#9 algorithm is too deeply entrenched in |
| 3003 | the assumption of batch-style processing; see clauses W4, | 3003 | the assumption of batch-style processing; see clauses W4, |
| 3004 | W5, and especially N1, which require to look far forward | 3004 | W5, and especially N1, which require looking far forward |
| 3005 | (as well as back) in the buffer/string. May the fleas of | 3005 | (as well as back) in the buffer/string. May the fleas of |
| 3006 | a thousand camels infest the armpits of those who design | 3006 | a thousand camels infest the armpits of those who design |
| 3007 | supposedly general-purpose algorithms by looking at their | 3007 | supposedly general-purpose algorithms by looking at their |
diff --git a/src/emacs.c b/src/emacs.c index 41113f84331..89d8ca784ae 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -2188,7 +2188,7 @@ synchronize_locale (int category, Lisp_Object *plocale, Lisp_Object desired_loca | |||
| 2188 | { | 2188 | { |
| 2189 | *plocale = desired_locale; | 2189 | *plocale = desired_locale; |
| 2190 | #ifdef WINDOWSNT | 2190 | #ifdef WINDOWSNT |
| 2191 | /* Changing categories like LC_TIME usually requires to specify | 2191 | /* Changing categories like LC_TIME usually requires specifying |
| 2192 | an encoding suitable for the new locale, but MS-Windows's | 2192 | an encoding suitable for the new locale, but MS-Windows's |
| 2193 | 'setlocale' will only switch the encoding when LC_ALL is | 2193 | 'setlocale' will only switch the encoding when LC_ALL is |
| 2194 | specified. So we ignore CATEGORY, use LC_ALL instead, and | 2194 | specified. So we ignore CATEGORY, use LC_ALL instead, and |
diff --git a/src/xdisp.c b/src/xdisp.c index 5185e777324..78fddd60fc0 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -13139,7 +13139,7 @@ text_outside_line_unchanged_p (struct window *w, | |||
| 13139 | beginning of a paragraph, before the first strong directional | 13139 | beginning of a paragraph, before the first strong directional |
| 13140 | character, can change the base direction of the paragraph (unless | 13140 | character, can change the base direction of the paragraph (unless |
| 13141 | the buffer specifies a fixed paragraph direction), which will | 13141 | the buffer specifies a fixed paragraph direction), which will |
| 13142 | require to redisplay the whole paragraph. It might be worthwhile | 13142 | require redisplaying the whole paragraph. It might be worthwhile |
| 13143 | to find the paragraph limits and widen the range of redisplayed | 13143 | to find the paragraph limits and widen the range of redisplayed |
| 13144 | lines to that, but for now just give up this optimization. */ | 13144 | lines to that, but for now just give up this optimization. */ |
| 13145 | if (!NILP (BVAR (XBUFFER (w->contents), bidi_display_reordering)) | 13145 | if (!NILP (BVAR (XBUFFER (w->contents), bidi_display_reordering)) |
| @@ -18067,7 +18067,7 @@ try_window_id (struct window *w) | |||
| 18067 | beginning of a paragraph, before the first strong directional | 18067 | beginning of a paragraph, before the first strong directional |
| 18068 | character, can change the base direction of the paragraph (unless | 18068 | character, can change the base direction of the paragraph (unless |
| 18069 | the buffer specifies a fixed paragraph direction), which will | 18069 | the buffer specifies a fixed paragraph direction), which will |
| 18070 | require to redisplay the whole paragraph. It might be worthwhile | 18070 | require redisplaying the whole paragraph. It might be worthwhile |
| 18071 | to find the paragraph limits and widen the range of redisplayed | 18071 | to find the paragraph limits and widen the range of redisplayed |
| 18072 | lines to that, but for now just give up this optimization and | 18072 | lines to that, but for now just give up this optimization and |
| 18073 | redisplay from scratch. */ | 18073 | redisplay from scratch. */ |
diff --git a/test/etags/c-src/emacs/src/lisp.h b/test/etags/c-src/emacs/src/lisp.h index 0fb068d1a2c..96c52c04691 100644 --- a/test/etags/c-src/emacs/src/lisp.h +++ b/test/etags/c-src/emacs/src/lisp.h | |||
| @@ -2005,7 +2005,7 @@ struct Lisp_Marker | |||
| 2005 | /* For markers that point somewhere, | 2005 | /* For markers that point somewhere, |
| 2006 | this is used to chain of all the markers in a given buffer. */ | 2006 | this is used to chain of all the markers in a given buffer. */ |
| 2007 | /* We could remove it and use an array in buffer_text instead. | 2007 | /* We could remove it and use an array in buffer_text instead. |
| 2008 | That would also allow to preserve it ordered. */ | 2008 | That would also allow us to preserve it ordered. */ |
| 2009 | struct Lisp_Marker *next; | 2009 | struct Lisp_Marker *next; |
| 2010 | /* This is the char position where the marker points. */ | 2010 | /* This is the char position where the marker points. */ |
| 2011 | ptrdiff_t charpos; | 2011 | ptrdiff_t charpos; |