Mercurial > emacs
changeset 1117:878afcdce84e
* 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.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sun, 13 Sep 1992 12:21:15 +0000 |
parents | 6d0d442e2ada |
children | a43d53261506 |
files | src/editfns.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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);