]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor copyedits in documentation of 'seq-random-elt'
authorEli Zaretskii <eliz@gnu.org>
Tue, 25 Oct 2016 18:56:16 +0000 (21:56 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 25 Oct 2016 18:56:16 +0000 (21:56 +0300)
* doc/lispref/sequences.texi (Sequence Functions): Fix markup in
last change.  Use 2 spaces between sentences.

doc/lispref/sequences.texi

index b6874bf72e46a1461cd73d83edb1ddce13e7453a..fc26aa21be3666f6a05f61eda1cf55e22459053d 100644 (file)
@@ -1038,7 +1038,8 @@ followed by a variable name to be bound to the rest of
 @end defmac
 
 @defun seq-random-elt sequence
-  This function returns an element of @var{sequence} taken at random. If @var{sequence} is nil, the function returns nil.
+  This function returns an element of @var{sequence} taken at random.
+If @var{sequence} is @code{nil}, the function returns @code{nil}.
 
 @example
 @group
@@ -1055,7 +1056,7 @@ followed by a variable name to be bound to the rest of
 @end group
 @end example
 
-  If @var{sequence} is empty, the function signals an error.
+  If @var{sequence} is empty, this function signals an error.
 @end defun
 
 @node Arrays