diff options
| author | Glenn Morris | 2011-05-19 00:23:18 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-05-19 00:23:18 -0700 |
| commit | b28c06e83b26294f2ca7cd9079323c69114aad37 (patch) | |
| tree | 7fe3640b0d9aa62acc3d7ac8789a9a417b397134 | |
| parent | bc8410afd812558f8ff62041ff83e1b899174294 (diff) | |
| download | emacs-b28c06e83b26294f2ca7cd9079323c69114aad37.tar.gz emacs-b28c06e83b26294f2ca7cd9079323c69114aad37.zip | |
Fix whitespace in previous change.
| -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 | ||