diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi index 5ae1567c128..4fba880803e 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) #'=) -@result{} [3 4] +@result{} [1 2] @end group @end example @end defun