From eca10c1e68af0cc86ebba1f13b5ba41d20fb0d56 Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Tue, 25 Oct 2016 21:28:36 +0200 Subject: [PATCH] Minor fix in the documentation of seq-random-elt * doc/lispref/sequences.texi (Sequence Functions): Remove false sentence. --- doc/lispref/sequences.texi | 1 - 1 file changed, 1 deletion(-) 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 -- 2.11.4.GIT