emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111213: * doc/misc/cl.texi (Modify M


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111213: * doc/misc/cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
Date: Wed, 12 Dec 2012 21:33:36 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111213
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-12-12 21:33:36 -0800
message:
  * doc/misc/cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
  
  * etc/NEWS: Related edit.
modified:
  doc/misc/ChangeLog
  doc/misc/cl.texi
  etc/NEWS
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2012-12-13 05:29:15 +0000
+++ b/doc/misc/ChangeLog        2012-12-13 05:33:36 +0000
@@ -1,5 +1,7 @@
 2012-12-13  Glenn Morris  <address@hidden>
 
+       * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
+
        * wisent.texi: Small edits.  Set copyright to FSF, update license to
        GFDL 1.3+.
        * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.

=== modified file 'doc/misc/cl.texi'
--- a/doc/misc/cl.texi  2012-12-05 22:27:56 +0000
+++ b/doc/misc/cl.texi  2012-12-13 05:33:36 +0000
@@ -1200,9 +1200,6 @@
 bound on entry, it is simply made unbound by @code{makunbound} or
 @code{fmakunbound} on exit.
 @end ignore
-
-Note that the @file{cl.el} version of this macro behaves slightly
-differently.  @xref{Obsolete Macros}.
 @end defmac
 
 @defmac cl-letf* (address@hidden) address@hidden
@@ -4888,13 +4885,6 @@
 lexical binding that @code{cl-labels} uses.
 @end defmac
 
address@hidden letf (address@hidden) address@hidden
-This macro is almost exactly the same as @code{cl-letf}, which
-replaces it (@pxref{Modify Macros}).  The only difference is in
-details that relate to some deprecated usage of @code{symbol-function}
-in place forms.
address@hidden defmac
-
 @node Obsolete Setf Customization
 @appendixsec Obsolete Ways to Customize Setf
 

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2012-12-12 14:43:45 +0000
+++ b/etc/NEWS  2012-12-13 05:33:36 +0000
@@ -41,7 +41,13 @@
 
 * Changes in Specialized Modes and Packages in Emacs 24.4
 
-** New macro cl-tagbody in cl-lib.
+** cl-lib
+
+*** New macro cl-tagbody.
+
++++
+*** letf is now just an alias for cl-letf.
+
 ** Calc
 
 *** Calc by default now uses the Gregorian calendar for all dates, and


reply via email to

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