changeset 27765:277138d0f9f1

Remove @dots from encode-time header.
author Dave Love <fx@gnu.org>
date Fri, 18 Feb 2000 20:00:55 +0000
parents 6599247a653e
children e93e898c9e70
files lispref/os.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/os.texi	Fri Feb 18 19:52:52 2000 +0000
+++ b/lispref/os.texi	Fri Feb 18 20:00:55 2000 +0000
@@ -1150,7 +1150,7 @@
 @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}.