From: Glenn Morris Date: Wed, 31 Oct 2012 21:00:13 +0000 (-0400) Subject: * doc/lispref/lists.texi (Sets And Lists): Point xref to better location. X-Git-Tag: emacs-24.2.90~195 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aec5e6f9fe9054003a3c985163493196ba133955;p=emacs.git * doc/lispref/lists.texi (Sets And Lists): Point xref to better location. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index d7f33a462c1..8453998e98f 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,7 @@ 2012-10-31 Glenn Morris + * lists.texi (Sets And Lists): Point xref to better location. + * errors.texi (Standard Errors): * loading.texi (Autoload): Update for cl-lib namespace changes. 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