summaryrefslogtreecommitdiff
path: root/doc/lispref/lists.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-10-31 17:00:13 -0400
committerGlenn Morris <rgm@gnu.org>2012-10-31 17:00:13 -0400
commitaec5e6f9fe9054003a3c985163493196ba133955 (patch)
treeb0625e96ea3f866d1aadd8ff097000f8eba2e054 /doc/lispref/lists.texi
parent0d8e94e92871fba4ccb0eaf756f16356704d2fb7 (diff)
downloademacs-aec5e6f9fe9054003a3c985163493196ba133955.tar.gz
* doc/lispref/lists.texi (Sets And Lists): Point xref to better location.
Diffstat (limited to 'doc/lispref/lists.texi')
-rw-r--r--doc/lispref/lists.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/lists.texi b/doc/lispref/lists.texi
index 09948caaa13..458db838177 100644
--- a/doc/lispref/lists.texi
+++ b/doc/lispref/lists.texi
@@ -1275,7 +1275,8 @@ functions for sets include @code{memq} and @code{delq}, and their
@b{Common Lisp note:} Common Lisp has functions @code{union} (which
avoids duplicate elements) and @code{intersection} for set operations.
Although standard GNU Emacs Lisp does not have them, the @file{cl-lib}
-library provides versions. @xref{Top,, Overview, cl, Common Lisp Extensions}.
+library provides versions.
+@xref{Lists as Sets,,, cl, Common Lisp Extensions}.
@end quotation
@defun memq object list