aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2019-11-08 11:55:36 +0200
committerEli Zaretskii2019-11-08 11:55:36 +0200
commit42eaac3134ee199ffb20863c42c1867d25b33623 (patch)
treeaa4ca1faea1b5e76f3ab6fcbce86a1ba33edf0f3
parent063277c5ecd82551b2bf1409d1583edc7c0fcaad (diff)
downloademacs-42eaac3134ee199ffb20863c42c1867d25b33623.tar.gz
emacs-42eaac3134ee199ffb20863c42c1867d25b33623.zip
Minor copyedits in ELisp manual
* doc/lispref/lists.texi (Sets And Lists): Minor rewording of the "Common Lisp note". (Bug#37811)
-rw-r--r--doc/lispref/lists.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/lispref/lists.texi b/doc/lispref/lists.texi
index c06e95640d3..92972b040d1 100644
--- a/doc/lispref/lists.texi
+++ b/doc/lispref/lists.texi
@@ -1212,9 +1212,8 @@ functions for sets include @code{memq} and @code{delq}, and their
1212@quotation 1212@quotation
1213@b{Common Lisp note:} Common Lisp has functions @code{union} (which 1213@b{Common Lisp note:} Common Lisp has functions @code{union} (which
1214avoids duplicate elements) and @code{intersection} for set operations. 1214avoids duplicate elements) and @code{intersection} for set operations.
1215Although standard GNU Emacs Lisp does not have them, the @file{cl-lib} 1215In Emacs Lisp, variants of these facilities are provided by the
1216library provides versions. 1216@file{cl-lib} library. @xref{Lists as Sets,,,cl,Common Lisp Extensions}.
1217@xref{Lists as Sets,,, cl, Common Lisp Extensions}.
1218@end quotation 1217@end quotation
1219 1218
1220@defun memq object list 1219@defun memq object list