emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100083: * doc/misc/cl.texi (Usage


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100083: * doc/misc/cl.texi (Usage, Installation): Remove outdated information.
Date: Tue, 05 Oct 2010 19:19:42 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100083
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Tue 2010-10-05 19:19:42 -0700
message:
  * doc/misc/cl.texi (Usage, Installation): Remove outdated information.
modified:
  doc/misc/ChangeLog
  doc/misc/cl.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2010-08-26 19:40:13 +0000
+++ b/doc/misc/ChangeLog        2010-10-06 02:19:42 +0000
@@ -1,3 +1,7 @@
+2010-10-06  Glenn Morris  <address@hidden>
+
+       * cl.texi (Usage, Installation): Remove outdated information.
+
 2010-08-26  Michael Albinus  <address@hidden>
 
        Sync with Tramp 2.1.19.

=== modified file 'doc/misc/cl.texi'
--- a/doc/misc/cl.texi  2010-06-23 02:57:26 +0000
+++ b/doc/misc/cl.texi  2010-10-06 02:19:42 +0000
@@ -163,19 +163,6 @@
 @end example
 
 @noindent
-If you want to ensure that the new (Gillespie) version of @dfn{CL}
-is the one that is present, add an additional @code{(require 'cl-19)}
-call:
-
address@hidden
-(require 'cl)
-(require 'cl-19)
address@hidden example
-
address@hidden
-The second call will fail (with address@hidden not found'') if
-the old @file{cl.el} package was in use.
-
 It is safe to arrange to load @dfn{CL} at all times, e.g.,
 in your @file{.emacs} file.  But it's a good idea, for portability,
 to @code{(require 'cl)} in your code even if you do this.
@@ -229,29 +216,14 @@
 @section Installation
 
 @noindent
-Installation of the @dfn{CL} package is simple:  Just put the
-byte-compiled files @file{cl.elc}, @file{cl-extra.elc},
address@hidden, @file{cl-macs.elc}, and @file{cl-compat.elc}
-into a directory on your @code{load-path}.
-
-There are no special requirements to compile this package:
-The files do not have to be loaded before they are compiled,
-nor do they need to be compiled in any particular order.
-
-You may choose to put the files into your main @file{lisp/}
-directory, replacing the original @file{cl.el} file there.  Or,
-you could put them into a directory that comes before @file{lisp/}
-on your @code{load-path} so that the old @file{cl.el} is
-effectively hidden.
-
-Also, format the @file{cl.texinfo} file and put the resulting
-Info files in the @file{info/} directory or another suitable place.
-
-You may instead wish to leave this package's components all in
-their own directory, and then add this directory to your
address@hidden and @code{Info-directory-list}.
-Add the directory to the front of the list so the old @dfn{CL}
-package and its documentation are hidden.
+The @dfn{CL} package is distributed with Emacs, so there is no need
+to install anything.
+
+If you do need to install it, just put the byte-compiled files
address@hidden, @file{cl-extra.elc}, @file{cl-seq.elc},
address@hidden, and @file{cl-compat.elc} into a directory on your
address@hidden  Also, format the @file{cl.texi} file and put the
+resulting Info files into a directory in your @code{Info-directory-list}.
 
 @node Naming Conventions,  , Installation, Overview
 @section Naming Conventions


reply via email to

[Prev in Thread] Current Thread [Next in Thread]