mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-17 03:10:58 -08:00
; Fix last change
This commit is contained in:
parent
6bff65a626
commit
9b403d624e
1 changed files with 1 additions and 1 deletions
|
|
@ -792,7 +792,7 @@ use instead of the default @code{equal}.
|
||||||
@example
|
@example
|
||||||
@group
|
@group
|
||||||
(seq-contains-p '(symbol1 symbol2) 'symbol1)
|
(seq-contains-p '(symbol1 symbol2) 'symbol1)
|
||||||
@result{} symbol1
|
@result{} t
|
||||||
@end group
|
@end group
|
||||||
@group
|
@group
|
||||||
(seq-contains-p '(symbol1 symbol2) 'symbol3)
|
(seq-contains-p '(symbol1 symbol2) 'symbol3)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue