From 726ed0dab6d8cd08c7fe38d19cf7c8165cc22160 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 2 Oct 1997 03:10:12 +0000 Subject: [PATCH] Repeat the argument list of format-time-string in the comment for make-docstring. --- src/editfns.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/editfns.c b/src/editfns.c index 8e53fc55ba8..13df66854a4 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -854,6 +854,7 @@ The modifiers are `E' and `O'. For certain characters X,\n\ %OX is like %X, but uses the locale's number symbols.\n\ \n\ For example, to produce full ISO 8601 format, use \"%Y-%m-%dT%T%z\".") + (format_string, time, universal) */ DEFUN ("format-time-string", Fformat_time_string, Sformat_time_string, 1, 3, 0, -- 2.39.2