summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2010-10-05 13:51:12 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2010-10-05 13:51:34 -0700
commit464b2f68962f7dc7bbd072e2e8e02bbcbc3601a5 (patch)
tree7f359781e94135a3003df3682e4d93edd5d59d0f /lib
parent2bb63bfb25474ea147ee9f1523c0337997359a4c (diff)
downloadgnulib-464b2f68962f7dc7bbd072e2e8e02bbcbc3601a5.tar.gz
parse-datetime: do some more renaming
* doc/parse-datetime.texi (Authors of parse_datetime): Call it parse_datetime, not get_date. Mention the renaming. * lib/parse-datetime.y: Call it parse_datetime, not getdate, in comments. * m4/bison.m4: Likewise.
Diffstat (limited to 'lib')
-rw-r--r--lib/parse-datetime.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/parse-datetime.y b/lib/parse-datetime.y
index f22c754e0f..bc46e1c853 100644
--- a/lib/parse-datetime.y
+++ b/lib/parse-datetime.y
@@ -50,7 +50,7 @@
#define YYMAXDEPTH 20
#define YYINITDEPTH YYMAXDEPTH
-/* Since the code of getdate.y is not included in the Emacs executable
+/* Since the code of parse-datetime.y is not included in the Emacs executable
itself, there is no need to #define static in this file. Even if
the code were included in the Emacs executable, it probably
wouldn't do any harm to #undef it here; this will only cause
@@ -712,7 +712,7 @@ static table const universal_time_zone_table[] =
/* The time zone table. This table is necessarily incomplete, as time
zone abbreviations are ambiguous; e.g. Australians interpret "EST"
as Eastern time in Australia, not as US Eastern Standard Time.
- You cannot rely on getdate to handle arbitrary time zone
+ You cannot rely on parse_datetime to handle arbitrary time zone
abbreviations; use numeric abbreviations like `-0500' instead. */
static table const time_zone_table[] =
{