summaryrefslogtreecommitdiff
path: root/Doc/lib/libconsts.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libconsts.tex')
-rw-r--r--Doc/lib/libconsts.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/lib/libconsts.tex b/Doc/lib/libconsts.tex
index a7b449837c..1f56b05bcb 100644
--- a/Doc/lib/libconsts.tex
+++ b/Doc/lib/libconsts.tex
@@ -26,6 +26,8 @@ A small number of constants live in the built-in namespace. They are:
\end{datadesc}
\begin{datadesc}{Ellipsis}
- Special value used in conjunction with extended slicing syntax.
+ The same as \code{...}.
+ Special value used mostly in conjunction with extended slicing syntax
+ for user-defined container data types.
% XXX Someone who understands extended slicing should fill in here.
\end{datadesc}