projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc8410a
)
Fix whitespace in previous change.
author
Glenn Morris
<rgm@gnu.org>
Thu, 19 May 2011 07:23:18 +0000
(
00:23
-0700)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 19 May 2011 07:23:18 +0000
(
00:23
-0700)
doc/lispref/lists.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/lists.texi
b/doc/lispref/lists.texi
index 40a974cf40783236f6570834f1364b84881d1034..d27c609dc83b278daeaf7eb5d5d1cc8636af577a 100644
(file)
--- a/
doc/lispref/lists.texi
+++ b/
doc/lispref/lists.texi
@@
-1267,7
+1267,7
@@
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}
+Although standard GNU Emacs Lisp does not have them, the @file{cl}
library provides versions. @inforef{Top, Overview, cl}.
@end quotation