summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/sequences.texi1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi
index fc26aa21be3..e879b82c8f7 100644
--- a/doc/lispref/sequences.texi
+++ b/doc/lispref/sequences.texi
@@ -1039,7 +1039,6 @@ followed by a variable name to be bound to the rest of
@defun seq-random-elt sequence
This function returns an element of @var{sequence} taken at random.
-If @var{sequence} is @code{nil}, the function returns @code{nil}.
@example
@group