[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 8cdbc50: Minor copyedits in documentation of 'seq-r
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] master 8cdbc50: Minor copyedits in documentation of 'seq-random-elt' |
Date: |
Tue, 25 Oct 2016 18:57:59 +0000 (UTC) |
branch: master
commit 8cdbc50118e4276a0ceac08b701ae6e0fb1b49af
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>
Minor copyedits in documentation of 'seq-random-elt'
* doc/lispref/sequences.texi (Sequence Functions): Fix markup in
last change. Use 2 spaces between sentences.
---
doc/lispref/sequences.texi | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi
index b6874bf..fc26aa2 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
@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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 8cdbc50: Minor copyedits in documentation of 'seq-random-elt',
Eli Zaretskii <=