emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 f52d795: Fix a typo in ELisp manual


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 f52d795: Fix a typo in ELisp manual
Date: Fri, 1 Dec 2017 14:57:30 -0500 (EST)

branch: emacs-26
commit f52d79500b2c78ad888691684de7e40cb7483df8
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix a typo in ELisp manual
    
    * doc/lispref/sequences.texi (Sequence Functions): Fix the example
    of using 'seq-uniq'.  (Bug#29524)
---
 doc/lispref/sequences.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi
index 5ae1567..4fba880 100644
--- a/doc/lispref/sequences.texi
+++ b/doc/lispref/sequences.texi
@@ -853,7 +853,7 @@ it is a function of two arguments to use instead of the 
default @code{equal}.
 @end group
 @group
 (seq-uniq '(1 2 2.0 1.0) #'=)
address@hidden [3 4]
address@hidden [1 2]
 @end group
 @end example
 @end defun



reply via email to

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