aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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\