]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor copyedits in ELisp manual
authorEli Zaretskii <eliz@gnu.org>
Fri, 8 Nov 2019 09:55:36 +0000 (11:55 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 8 Nov 2019 09:55:36 +0000 (11:55 +0200)
* doc/lispref/lists.texi (Sets And Lists): Minor rewording of
the "Common Lisp note".  (Bug#37811)

doc/lispref/lists.texi

index c06e95640d384b7949e8e35fea35700b7bfdcf43..92972b040d12011b4250c838a2be7d04898b7c3a 100644 (file)
@@ -1212,9 +1212,8 @@ functions for sets include @code{memq} and @code{delq}, and their
 @quotation
 @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{Lists as Sets,,, cl, Common Lisp Extensions}.
+In Emacs Lisp, variants of these facilities are provided by the
+@file{cl-lib} library.  @xref{Lists as Sets,,,cl,Common Lisp Extensions}.
 @end quotation
 
 @defun memq object list