changeset 1748:d505599b0438

Doc fixes.
author Richard M. Stallman <rms@gnu.org>
date Fri, 08 Jan 1993 20:33:12 +0000
parents aae774aae3de
children dbb15c2c5823
files src/editfns.c
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/editfns.c	Fri Jan 08 20:28:41 1993 +0000
+++ b/src/editfns.c	Fri Jan 08 20:33:12 1993 +0000
@@ -532,8 +532,7 @@
 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 @@
 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 @@
 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