Skip to content

Commit 02379fa

Browse files
committed
Use \ldots, not \dots. The info process doesn't know about \dots.
1 parent 8ffa21c commit 02379fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/lib/libcalendar.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ \section{Standard Module \module{calendar}}
1919

2020
\begin{funcdesc}{weekday}{year, month, day}
2121
Returns the day of the week (\code{0} is Monday) for \var{year}
22-
(\code{1970}--\dots), \var{month} (\code{1}--\code{12}), \var{day}
22+
(\code{1970}--\ldots), \var{month} (\code{1}--\code{12}), \var{day}
2323
(\code{1}--\code{31}).
2424
\end{funcdesc}
2525

0 commit comments

Comments
 (0)