Minor fix in the documentation of seq-random-elt
authorNicolas Petton <nicolas@petton.fr>
Tue, 25 Oct 2016 19:28:36 +0000 (21:28 +0200)
committerNicolas Petton <nicolas@petton.fr>
Tue, 25 Oct 2016 19:28:36 +0000 (21:28 +0200)
* doc/lispref/sequences.texi (Sequence Functions): Remove false
  sentence.

doc/lispref/sequences.texi

index fc26aa21be3666f6a05f61eda1cf55e22459053d..e879b82c8f72be81e86772090b3f57043facb81a 100644 (file)
@@ -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