aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-05-29 21:33:41 +0000
committerRichard M. Stallman1997-05-29 21:33:41 +0000
commit7a8630dac3f2367675d76fd71444689313fb62bd (patch)
tree4aa384af694dcfb0577d57b54648d3823e8ce8bc /src
parentde073e064dc7764b6e46661f9e636b5cda497cc1 (diff)
downloademacs-7a8630dac3f2367675d76fd71444689313fb62bd.tar.gz
emacs-7a8630dac3f2367675d76fd71444689313fb62bd.zip
(Fcurrent_time_string): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/editfns.c b/src/editfns.c
index c433be3a6df..a195e15a3a5 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -1002,6 +1002,9 @@ DEFUN ("current-time-string", Fcurrent_time_string, Scurrent_time_string, 0, 1,
1002Programs can use this function to decode a time,\n\ 1002Programs can use this function to decode a time,\n\
1003since the number of columns in each field is fixed.\n\ 1003since the number of columns in each field is fixed.\n\
1004The format is `Sun Sep 16 01:03:52 1973'.\n\ 1004The format is `Sun Sep 16 01:03:52 1973'.\n\
1005However, see also the functions `decode-time' and `format-time-string'\n\
1006which provide a much more powerful and general facility.\n\
1007\n\
1005If an argument is given, it specifies a time to format\n\ 1008If an argument is given, it specifies a time to format\n\
1006instead of the current time. The argument should have the form:\n\ 1009instead of the current time. The argument should have the form:\n\
1007 (HIGH . LOW)\n\ 1010 (HIGH . LOW)\n\