aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-05-19 00:23:18 -0700
committerGlenn Morris2011-05-19 00:23:18 -0700
commitb28c06e83b26294f2ca7cd9079323c69114aad37 (patch)
tree7fe3640b0d9aa62acc3d7ac8789a9a417b397134
parentbc8410afd812558f8ff62041ff83e1b899174294 (diff)
downloademacs-b28c06e83b26294f2ca7cd9079323c69114aad37.tar.gz
emacs-b28c06e83b26294f2ca7cd9079323c69114aad37.zip
Fix whitespace in previous change.
-rw-r--r--doc/lispref/lists.texi2
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
1269avoids duplicate elements) and @code{intersection} for set operations. 1269avoids duplicate elements) and @code{intersection} for set operations.
1270Although standard GNU Emacs Lisp does not have them, the @file{cl} 1270Although standard GNU Emacs Lisp does not have them, the @file{cl}
1271library provides versions. @inforef{Top, Overview, cl}. 1271library provides versions. @inforef{Top, Overview, cl}.
1272@end quotation 1272@end quotation
1273 1273