summaryrefslogtreecommitdiff
path: root/lib/strftime.c
diff options
context:
space:
mode:
authorAlan Mackenzie <acm@muc.de>2016-01-25 12:35:15 +0000
committerAlan Mackenzie <acm@muc.de>2016-01-25 12:35:15 +0000
commitec90220ac1bd81437654d07b769819e1dcd24de5 (patch)
tree22865eeeabfad524640433fc6ed8a17ac649d046 /lib/strftime.c
parentae555b6524c32b8a7d6a450dc24cf546a7533d37 (diff)
downloademacs-ec90220ac1bd81437654d07b769819e1dcd24de5.tar.gz
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/strftime.c')
-rw-r--r--lib/strftime.c2
1 files changed, 1 insertions, 1 deletions
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,
break;
}
- /* As a GNU extension we allow to specify the field width. */
+ /* As a GNU extension we allow the field width to be specified. */
if (ISDIGIT (*f))
{
width = 0;