diff options
| -rw-r--r-- | doc/lispref/lists.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/lists.texi b/doc/lispref/lists.texi index 40a974cf407..d27c609dc83 100644 --- 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 | |||
| 1267 | @quotation | 1267 | @quotation |
| 1268 | @b{Common Lisp note:} Common Lisp has functions @code{union} (which | 1268 | @b{Common Lisp note:} Common Lisp has functions @code{union} (which |
| 1269 | avoids duplicate elements) and @code{intersection} for set operations. | 1269 | avoids duplicate elements) and @code{intersection} for set operations. |
| 1270 | Although standard GNU Emacs Lisp does not have them, the @file{cl} | 1270 | Although standard GNU Emacs Lisp does not have them, the @file{cl} |
| 1271 | library provides versions. @inforef{Top, Overview, cl}. | 1271 | library provides versions. @inforef{Top, Overview, cl}. |
| 1272 | @end quotation | 1272 | @end quotation |
| 1273 | 1273 | ||