From d59b6ae627531547849514b33fa50fb3e4b14f1a Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 18 Feb 2000 20:00:55 +0000 Subject: [PATCH] Remove @dots from encode-time header. --- lispref/os.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispref/os.texi b/lispref/os.texi index 8d9793d79a5..6c698a55815 100644 --- a/lispref/os.texi +++ b/lispref/os.texi @@ -1150,7 +1150,7 @@ Greenwich. @var{dow} and @var{zone}. @end defun -@defun encode-time seconds minutes hour day month year &optional @dots{}zone +@defun encode-time seconds minutes hour day month year &optional zone This function is the inverse of @code{decode-time}. It converts seven items of calendrical data into a time value. For the meanings of the arguments, see the table above under @code{decode-time}. -- 2.39.5