aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1992-09-13 12:21:15 +0000
committerJim Blandy1992-09-13 12:21:15 +0000
commit4b93635c3e4e80fe4f212eb81fcf86261c550e19 (patch)
tree69e5856d6aa65e28a067411d5e809858a39fe6c2 /src
parent2bda628c55a5db8f3c9c64e6fdfd05e45daaf979 (diff)
downloademacs-4b93635c3e4e80fe4f212eb81fcf86261c550e19.tar.gz
emacs-4b93635c3e4e80fe4f212eb81fcf86261c550e19.zip
* 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.
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c3
1 files changed, 1 insertions, 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,
529 "Return the current time, as a human-readable string.\n\ 529 "Return the current time, as a human-readable string.\n\
530Programs can use it too, since the number of columns in each field is fixed.\n\ 530Programs can use it too, since the number of columns in each field is fixed.\n\
531The format is `Sun Sep 16 01:03:52 1973'.\n\ 531The format is `Sun Sep 16 01:03:52 1973'.\n\
532In a future Emacs version, the time zone may be added at the end,\n\ 532In a future Emacs version, the time zone may be added at the end.")
533if we can figure out a reasonably easy way to get that information.")
534 () 533 ()
535{ 534{
536 long current_time = time ((long *) 0); 535 long current_time = time ((long *) 0);