# HG changeset patch # User Jim Blandy # Date 716386875 0 # Node ID 878afcdce84ec0f14ed691c80825dbf94494fdee # Parent 6d0d442e2adaa144931153b8f273376dc16b677d * 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. diff -r 6d0d442e2ada -r 878afcdce84e src/editfns.c --- a/src/editfns.c Sun Sep 13 12:20:40 1992 +0000 +++ b/src/editfns.c Sun Sep 13 12:21:15 1992 +0000 @@ -529,8 +529,7 @@ "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);