From: Dave Love Date: Fri, 18 Feb 2000 20:00:55 +0000 (+0000) Subject: Remove @dots from encode-time header. X-Git-Tag: emacs-pretest-21.0.90~4968 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d59b6ae627531547849514b33fa50fb3e4b14f1a;p=emacs.git Remove @dots from encode-time header. --- 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}.