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 /src | |
| 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 'src')
| -rw-r--r-- | src/bidi.c | 2 | ||||
| -rw-r--r-- | src/emacs.c | 2 | ||||
| -rw-r--r-- | src/xdisp.c | 4 |
3 files changed, 4 insertions, 4 deletions
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. */ |