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 /lib | |
| 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 'lib')
| -rw-r--r-- | lib/get-permissions.c | 2 | ||||
| -rw-r--r-- | lib/strftime.c | 2 |
2 files changed, 2 insertions, 2 deletions
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; |