diff src/editfns.c @ 106900:e3970f7c14d4

Doc fix for current-time-string and date-to-time (Bug#5408) * src/editfns.c (Fcurrent_time_string): Doc fix. * lisp/calendar/time-date.el (date-to-time): Doc fix.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 18 Jan 2010 11:29:00 -0500
parents 4040ecb0c904
children 969a1a50d14c
line wrap: on
line diff
--- a/src/editfns.c	Mon Jan 18 05:44:36 2010 +0100
+++ b/src/editfns.c	Mon Jan 18 11:29:00 2010 -0500
@@ -1897,7 +1897,7 @@
 }
 
 DEFUN ("current-time-string", Fcurrent_time_string, Scurrent_time_string, 0, 1, 0,
-       doc: /* Return the current time, as a human-readable string.
+       doc: /* Return the current local time, as a human-readable string.
 Programs can use this function to decode a time,
 since the number of columns in each field is fixed
 if the year is in the range 1000-9999.