From 42eaac3134ee199ffb20863c42c1867d25b33623 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 8 Nov 2019 11:55:36 +0200 Subject: [PATCH] Minor copyedits in ELisp manual * doc/lispref/lists.texi (Sets And Lists): Minor rewording of the "Common Lisp note". (Bug#37811) --- doc/lispref/lists.texi | 5 ++--- 1 file 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 @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 -- 2.39.5