From: Glenn Morris Date: Thu, 19 May 2011 07:23:18 +0000 (-0700) Subject: Fix whitespace in previous change. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~237^2~6 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b28c06e83b26294f2ca7cd9079323c69114aad37;p=emacs.git Fix whitespace in previous change. --- 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 @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