emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 42eaac3: Minor copyedits in ELisp manual


From: Eli Zaretskii
Subject: master 42eaac3: Minor copyedits in ELisp manual
Date: Fri, 8 Nov 2019 04:56:24 -0500 (EST)

branch: master
commit 42eaac3134ee199ffb20863c42c1867d25b33623
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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 c06e956..92972b0 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]