diff options
| author | Glenn Morris | 2012-12-12 21:33:36 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-12-12 21:33:36 -0800 |
| commit | ba30c70fa0afecc413b0bdf0bed0788c52a099d3 (patch) | |
| tree | 166799002ae4fa2e1e67c16c43958a17febec2aa | |
| parent | 727f97393714c5c92aef793f0749ebfde1d14f3c (diff) | |
| download | emacs-ba30c70fa0afecc413b0bdf0bed0788c52a099d3.tar.gz emacs-ba30c70fa0afecc413b0bdf0bed0788c52a099d3.zip | |
* doc/misc/cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
* etc/NEWS: Related edit.
| -rw-r--r-- | doc/misc/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/misc/cl.texi | 10 | ||||
| -rw-r--r-- | etc/NEWS | 8 |
3 files changed, 9 insertions, 11 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 225f9c6964d..e569d4c5500 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-12-13 Glenn Morris <rgm@gnu.org> | 1 | 2012-12-13 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf. | ||
| 4 | |||
| 3 | * wisent.texi: Small edits. Set copyright to FSF, update license to | 5 | * wisent.texi: Small edits. Set copyright to FSF, update license to |
| 4 | GFDL 1.3+. | 6 | GFDL 1.3+. |
| 5 | * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent. | 7 | * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent. |
diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index 67d99153951..725ac4269af 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi | |||
| @@ -1200,9 +1200,6 @@ The only exceptions are plain variables and calls to | |||
| 1200 | bound on entry, it is simply made unbound by @code{makunbound} or | 1200 | bound on entry, it is simply made unbound by @code{makunbound} or |
| 1201 | @code{fmakunbound} on exit. | 1201 | @code{fmakunbound} on exit. |
| 1202 | @end ignore | 1202 | @end ignore |
| 1203 | |||
| 1204 | Note that the @file{cl.el} version of this macro behaves slightly | ||
| 1205 | differently. @xref{Obsolete Macros}. | ||
| 1206 | @end defmac | 1203 | @end defmac |
| 1207 | 1204 | ||
| 1208 | @defmac cl-letf* (bindings@dots{}) forms@dots{} | 1205 | @defmac cl-letf* (bindings@dots{}) forms@dots{} |
| @@ -4888,13 +4885,6 @@ form (@pxref{Obsolete Lexical Binding}), rather than the true | |||
| 4888 | lexical binding that @code{cl-labels} uses. | 4885 | lexical binding that @code{cl-labels} uses. |
| 4889 | @end defmac | 4886 | @end defmac |
| 4890 | 4887 | ||
| 4891 | @defmac letf (bindings@dots{}) forms@dots{} | ||
| 4892 | This macro is almost exactly the same as @code{cl-letf}, which | ||
| 4893 | replaces it (@pxref{Modify Macros}). The only difference is in | ||
| 4894 | details that relate to some deprecated usage of @code{symbol-function} | ||
| 4895 | in place forms. | ||
| 4896 | @end defmac | ||
| 4897 | |||
| 4898 | @node Obsolete Setf Customization | 4888 | @node Obsolete Setf Customization |
| 4899 | @appendixsec Obsolete Ways to Customize Setf | 4889 | @appendixsec Obsolete Ways to Customize Setf |
| 4900 | 4890 | ||
| @@ -41,7 +41,13 @@ bound to <f11> and S-<f11>, respectively. | |||
| 41 | 41 | ||
| 42 | * Changes in Specialized Modes and Packages in Emacs 24.4 | 42 | * Changes in Specialized Modes and Packages in Emacs 24.4 |
| 43 | 43 | ||
| 44 | ** New macro cl-tagbody in cl-lib. | 44 | ** cl-lib |
| 45 | |||
| 46 | *** New macro cl-tagbody. | ||
| 47 | |||
| 48 | +++ | ||
| 49 | *** letf is now just an alias for cl-letf. | ||
| 50 | |||
| 45 | ** Calc | 51 | ** Calc |
| 46 | 52 | ||
| 47 | *** Calc by default now uses the Gregorian calendar for all dates, and | 53 | *** Calc by default now uses the Gregorian calendar for all dates, and |