aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/lists.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/lists.texi b/doc/lispref/lists.texi
index 40a974cf407..d27c609dc83 100644
--- a/doc/lispref/lists.texi
+++ b/doc/lispref/lists.texi
@@ -1267,7 +1267,7 @@ functions for sets include @code{memq} and @code{delq}, and their
1267@quotation 1267@quotation
1268@b{Common Lisp note:} Common Lisp has functions @code{union} (which 1268@b{Common Lisp note:} Common Lisp has functions @code{union} (which
1269avoids duplicate elements) and @code{intersection} for set operations. 1269avoids duplicate elements) and @code{intersection} for set operations.
1270Although standard GNU Emacs Lisp does not have them, the @file{cl} 1270Although standard GNU Emacs Lisp does not have them, the @file{cl}
1271library provides versions. @inforef{Top, Overview, cl}. 1271library provides versions. @inforef{Top, Overview, cl}.
1272@end quotation 1272@end quotation
1273 1273