* doc/lispref/lists.texi (Sets And Lists): Point xref to better location.
authorGlenn Morris <rgm@gnu.org>
Wed, 31 Oct 2012 21:00:13 +0000 (17:00 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 31 Oct 2012 21:00:13 +0000 (17:00 -0400)
doc/lispref/ChangeLog
doc/lispref/lists.texi

index d7f33a4..8453998 100644 (file)
@@ -1,5 +1,7 @@
 2012-10-31  Glenn Morris  <rgm@gnu.org>
 
+       * lists.texi (Sets And Lists): Point xref to better location.
+
        * errors.texi (Standard Errors):
        * loading.texi (Autoload): Update for cl-lib namespace changes.
 
index 09948ca..458db83 100644 (file)
@@ -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