emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master cc4705f: * doc/lispref/sequences.texi (Sequence Fun


From: Glenn Morris
Subject: [Emacs-diffs] master cc4705f: * doc/lispref/sequences.texi (Sequence Functions): Fix typo in previous.
Date: Wed, 15 Apr 2015 16:11:35 +0000

branch: master
commit cc4705f693471650a10ec51c8eb54c7ffe873045
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * doc/lispref/sequences.texi (Sequence Functions): Fix typo in previous.
---
 doc/lispref/sequences.texi |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi
index 334b347..e1330f7 100644
--- a/doc/lispref/sequences.texi
+++ b/doc/lispref/sequences.texi
@@ -732,7 +732,7 @@ use to compare elements instead of the default @code{equal}.
 @example
 @group
 (seq-intersection [2 3 4 5] [1 3 5 6 7])
address@hidden {} (3 5)
address@hidden (3 5)
 @end group
 @end example
 @end defun
@@ -747,7 +747,7 @@ use to compare elements instead of the default @code{equal}.
 @example
 @group
 (seq-difference '(2 3 4 5) [1 3 5 6 7])
address@hidden {} (2 4)
address@hidden (2 4)
 @end group
 @end example
 @end defun



reply via email to

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