]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix whitespace in previous change.
authorGlenn Morris <rgm@gnu.org>
Thu, 19 May 2011 07:23:18 +0000 (00:23 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 19 May 2011 07:23:18 +0000 (00:23 -0700)
doc/lispref/lists.texi

index 40a974cf40783236f6570834f1364b84881d1034..d27c609dc83b278daeaf7eb5d5d1cc8636af577a 100644 (file)
@@ -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