diff options
| author | Eli Zaretskii | 2016-10-25 21:56:16 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-10-25 21:56:16 +0300 |
| commit | 8cdbc50118e4276a0ceac08b701ae6e0fb1b49af (patch) | |
| tree | b076f6b8d2f2d06247a59ef263059b6d748c7d2c | |
| parent | b4f09b92bc09d66d01206ec0f5e20b1d2701cd86 (diff) | |
| download | emacs-8cdbc50118e4276a0ceac08b701ae6e0fb1b49af.tar.gz emacs-8cdbc50118e4276a0ceac08b701ae6e0fb1b49af.zip | |
Minor copyedits in documentation of 'seq-random-elt'
* doc/lispref/sequences.texi (Sequence Functions): Fix markup in
last change. Use 2 spaces between sentences.
| -rw-r--r-- | doc/lispref/sequences.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi index b6874bf72e4..fc26aa21be3 100644 --- a/doc/lispref/sequences.texi +++ b/doc/lispref/sequences.texi | |||
| @@ -1038,7 +1038,8 @@ followed by a variable name to be bound to the rest of | |||
| 1038 | @end defmac | 1038 | @end defmac |
| 1039 | 1039 | ||
| 1040 | @defun seq-random-elt sequence | 1040 | @defun seq-random-elt sequence |
| 1041 | This function returns an element of @var{sequence} taken at random. If @var{sequence} is nil, the function returns nil. | 1041 | This function returns an element of @var{sequence} taken at random. |
| 1042 | If @var{sequence} is @code{nil}, the function returns @code{nil}. | ||
| 1042 | 1043 | ||
| 1043 | @example | 1044 | @example |
| 1044 | @group | 1045 | @group |
| @@ -1055,7 +1056,7 @@ followed by a variable name to be bound to the rest of | |||
| 1055 | @end group | 1056 | @end group |
| 1056 | @end example | 1057 | @end example |
| 1057 | 1058 | ||
| 1058 | If @var{sequence} is empty, the function signals an error. | 1059 | If @var{sequence} is empty, this function signals an error. |
| 1059 | @end defun | 1060 | @end defun |
| 1060 | 1061 | ||
| 1061 | @node Arrays | 1062 | @node Arrays |