From: Eli Zaretskii Date: Fri, 8 Nov 2019 09:55:36 +0000 (+0200) Subject: Minor copyedits in ELisp manual X-Git-Tag: emacs-27.0.90~701 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=42eaac3134ee199ffb20863c42c1867d25b33623;p=emacs.git Minor copyedits in ELisp manual * doc/lispref/lists.texi (Sets And Lists): Minor rewording of the "Common Lisp note". (Bug#37811) --- 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 @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