From bf1af6c7863eb672781fef5725b097d2f1700618 Mon Sep 17 00:00:00 2001 From: Dani Moncayo Date: Tue, 13 Sep 2011 23:52:54 -0700 Subject: [PATCH] * doc/lispref/lists.texi (Sets And Lists): Fix typo. (tiny change) --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/lists.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 4873680d0a1..71dc8a8ff89 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2011-09-14 Dani Moncayo (tiny change) + + * lists.texi (Sets And Lists): Fix typo. (Bug#9393) + 2011-09-11 Juanma Barranquero * processes.texi (Network Servers): Clarify what the process diff --git a/doc/lispref/lists.texi b/doc/lispref/lists.texi index 7a530b602e0..056c924e72c 100644 --- a/doc/lispref/lists.texi +++ b/doc/lispref/lists.texi @@ -1454,7 +1454,7 @@ For example: l @result{} ((2) (1)) ;; @r{If you want to change @code{l} reliably,} -;; @r{write @code{(setq l (delete elt l))}.} +;; @r{write @code{(setq l (delete '(2) l))}.} @end group @group (setq l '((2) (1) (2))) -- 2.39.5