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 r100086: Minor cl.texi change.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100086: Minor cl.texi change.
Date: Thu, 07 Oct 2010 20:01:23 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100086
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Thu 2010-10-07 20:01:23 -0700
message:
  Minor cl.texi change.
  
  * doc/misc/cl.texi (Organization, Installation, Old CL Compatibility):
  Deprecate cl-compat for new code.
modified:
  doc/misc/ChangeLog
  doc/misc/cl.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2010-10-07 02:16:02 +0000
+++ b/doc/misc/ChangeLog        2010-10-08 03:01:23 +0000
@@ -1,3 +1,8 @@
+2010-10-08  Glenn Morris  <address@hidden>
+
+       * cl.texi (Organization, Installation, Old CL Compatibility):
+       Deprecate cl-compat for new code.
+
 2010-10-07  Glenn Morris  <address@hidden>
 
        * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.

=== modified file 'doc/misc/cl.texi'
--- a/doc/misc/cl.texi  2010-10-06 02:19:42 +0000
+++ b/doc/misc/cl.texi  2010-10-08 03:01:23 +0000
@@ -206,11 +206,12 @@
 needed.
 
 There is another file, @file{cl-compat.el}, which defines some
-routines from the older @file{cl.el} package that are no longer
+routines from the older @file{cl.el} package that are not otherwise
 present in the new package.  This includes internal routines
 like @code{setelt} and @code{zip-lists}, deprecated features
 like @code{defkeyword}, and an emulation of the old-style
-multiple-values feature.  @xref{Old CL Compatibility}.
+multiple-values feature.  This file is obsolete and should not be used
+in new code.  @xref{Old CL Compatibility}.
 
 @node Installation, Naming Conventions, Organization, Overview
 @section Installation
@@ -221,9 +222,10 @@
 
 If you do need to install it, just put the byte-compiled files
 @file{cl.elc}, @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}.
address@hidden, and (if necessary) @file{cl-compat.elc} into a
+directory on your @code{load-path}.  Also, format the @file{cl.texi}
+file and put the resulting Info files into a directory in your
address@hidden
 
 @node Naming Conventions,  , Installation, Overview
 @section Naming Conventions
@@ -5048,8 +5050,8 @@
 @noindent
 The @dfn{CL} package includes emulations of some features of the
 old @file{cl.el}, in the form of a compatibility package
address@hidden  To use it, put @code{(require 'cl-compat)} in
-your program.
address@hidden  This file is obsolete and may be removed in future,
+so it should not be used in new code.
 
 The old package defined a number of internal routines without
 @code{cl-} prefixes or other annotations.  Call to these routines


reply via email to

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