Fix a typo in ELisp manual
* doc/lispref/sequences.texi (Sequence Functions): Fix the example of using 'seq-uniq'. (Bug#29524)
This commit is contained in:
parent
bf26fc3656
commit
f52d79500b
1 changed files with 1 additions and 1 deletions
|
@ -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) #'=)
|
||||
@result{} [3 4]
|
||||
@result{} [1 2]
|
||||
@end group
|
||||
@end example
|
||||
@end defun
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue