diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-01-18 11:29:00 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-01-18 11:29:00 -0500 |
commit | 244b023e520f102619156e93be9cd7424fe7d6a0 (patch) | |
tree | 05de920a6d4109d139c7108d5a613618d022ada2 /src/editfns.c | |
parent | 07e606735e20e41eea60ab07905922e4445cff3f (diff) | |
download | emacs-244b023e520f102619156e93be9cd7424fe7d6a0.tar.gz |
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.
Diffstat (limited to 'src/editfns.c')
-rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index 00ac0ca0fa9..093f141bff2 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -1897,7 +1897,7 @@ usage: (encode-time SECOND MINUTE HOUR DAY MONTH YEAR &optional ZONE) */) } 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. |