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:
parent
0d8e94e928
commit
aec5e6f9fe
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user