mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
Fix delq example.
This commit is contained in:
parent
64736f55e1
commit
34e1af81c8
1 changed files with 2 additions and 2 deletions
|
|
@ -1118,11 +1118,11 @@ sample-list
|
|||
@end group
|
||||
@group
|
||||
(delq 'c sample-list)
|
||||
@result{} (a c (4))
|
||||
@result{} (a b (4))
|
||||
@end group
|
||||
@group
|
||||
sample-list
|
||||
@result{} (a c (4))
|
||||
@result{} (a b (4))
|
||||
@end group
|
||||
@end example
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue