1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

* doc/lispref/lists.texi (Sets And Lists): Point xref to better location.

This commit is contained in:
Glenn Morris 2012-10-31 17:00:13 -04:00
parent 0d8e94e928
commit aec5e6f9fe
2 changed files with 4 additions and 1 deletions

View 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.

View 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