From aec5e6f9fe9054003a3c985163493196ba133955 Mon Sep 17 00:00:00 2001 From: Glenn Morris <rgm@gnu.org> Date: Wed, 31 Oct 2012 17:00:13 -0400 Subject: [PATCH] * doc/lispref/lists.texi (Sets And Lists): Point xref to better location. --- doc/lispref/ChangeLog | 2 ++ doc/lispref/lists.texi | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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 <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. 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 -- 2.39.5