From dbac6e3de7eef4ffd0d45f248b86f1da55b85ce2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 8 Jan 1993 20:33:12 +0000 Subject: [PATCH] Doc fixes. --- src/editfns.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/editfns.c b/src/editfns.c index 35697519bd..d804bbb103 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -532,8 +532,7 @@ resolution finer than a second.") DEFUN ("current-time-string", Fcurrent_time_string, Scurrent_time_string, 0, 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.") +The format is `Sun Sep 16 01:03:52 1973'.") () { long current_time = time ((long *) 0); @@ -551,7 +550,7 @@ DEFUN ("current-time-zone", Fcurrent_time_zone, Scurrent_time_zone, 0, 0, 0, This returns a list of the form (OFFSET SAVINGS-FLAG STANDARD SAVINGS).\n\ OFFSET is an integer specifying how many minutes east of Greenwich the\n\ current time zone is located. A negative value means west of\n\ - Greenwich. Note that this describes the standard time; If daylight\n\ + Greenwich. Note that this describes the standard time; if daylight\n\ savings time is in effect, it does not affect this value.\n\ SAVINGS-FLAG is non-nil iff daylight savings time or some other sort\n\ of seasonal time adjustment is in effect.\n\ @@ -560,8 +559,7 @@ STANDARD is a string giving the name of the time zone when no seasonal\n\ SAVINGS is a string giving the name of the time zone when there is a\n\ seasonal time adjustment in effect.\n\ If the local area does not use a seasonal time adjustment,\n\ -SAVINGS-FLAG will always be nil, and STANDARD and SAVINGS will be the\n\ -same.") +SAVINGS-FLAG is always nil, and STANDARD and SAVINGS are equal.") () { #ifdef EMACS_CURRENT_TIME_ZONE -- 2.20.1