From 4b93635c3e4e80fe4f212eb81fcf86261c550e19 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 13 Sep 1992 12:21:15 +0000 Subject: [PATCH] * editfns.c (Fcurrent_time_string): Change docstring to indicate that we will probably add the timezone to the end, now that we have it available on many systems. --- src/editfns.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/editfns.c b/src/editfns.c index e7eeaf2bdd2..846de70d67c 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -529,8 +529,7 @@ DEFUN ("current-time-string", Fcurrent_time_string, Scurrent_time_string, 0, 0, "Return the current time, as a human-readable string.\n\ Programs can use it too, since the number of columns in each field is fixed.\n\ The format is `Sun Sep 16 01:03:52 1973'.\n\ -In a future Emacs version, the time zone may be added at the end,\n\ -if we can figure out a reasonably easy way to get that information.") +In a future Emacs version, the time zone may be added at the end.") () { long current_time = time ((long *) 0);