Minor copyedits in documentation of 'seq-random-elt'

* doc/lispref/sequences.texi (Sequence Functions): Fix markup in
last change.  Use 2 spaces between sentences.
This commit is contained in:
Eli Zaretskii 2016-10-25 21:56:16 +03:00
parent b4f09b92bc
commit 8cdbc50118

View 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