emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master eca10c1: Minor fix in the documentation of seq-rand


From: Nicolas Petton
Subject: [Emacs-diffs] master eca10c1: Minor fix in the documentation of seq-random-elt
Date: Tue, 25 Oct 2016 19:31:21 +0000 (UTC)

branch: master
commit eca10c1e68af0cc86ebba1f13b5ba41d20fb0d56
Author: Nicolas Petton <address@hidden>
Commit: Nicolas Petton <address@hidden>

    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 fc26aa2..e879b82 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]