1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

Remove @dots from encode-time header.

This commit is contained in:
Dave Love 2000-02-18 20:00:55 +00:00
parent e57196a0a1
commit d59b6ae627

View File

@ -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}.