diff options
| author | Stefan Kangas | 2025-02-18 22:29:40 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2025-02-18 22:30:41 +0100 |
| commit | 4c4f907bad1ad616dda6e5f5eec0b78ebea9f1c4 (patch) | |
| tree | 3fdd1e7724f3d58db213b7cf167bb950f65b3569 /doc | |
| parent | ef34303eaf98e0a8a041c741715c741f0a01fd77 (diff) | |
| download | emacs-4c4f907bad1ad616dda6e5f5eec0b78ebea9f1c4.tar.gz emacs-4c4f907bad1ad616dda6e5f5eec0b78ebea9f1c4.zip | |
Make cl-locally obsolete
* doc/misc/cl.texi (Declarations): Don't document cl-locally.
* lisp/emacs-lisp/cl-macs.el (cl-locally): Make into obsolete
function alias for progn.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/cl.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index 029f11f520d..da73aeb6387 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi | |||
| @@ -2786,10 +2786,6 @@ etc. Currently the only declaration understood by @code{cl-declare} | |||
| 2786 | is @code{special}. | 2786 | is @code{special}. |
| 2787 | @end defmac | 2787 | @end defmac |
| 2788 | 2788 | ||
| 2789 | @defmac cl-locally declarations@dots{} forms@dots{} | ||
| 2790 | In this package, @code{cl-locally} is no different from @code{progn}. | ||
| 2791 | @end defmac | ||
| 2792 | |||
| 2793 | @defmac cl-the type form | 2789 | @defmac cl-the type form |
| 2794 | @code{cl-the} returns the value of @code{form}, first checking (if | 2790 | @code{cl-the} returns the value of @code{form}, first checking (if |
| 2795 | optimization settings permit) that it is of type @code{type}. Future | 2791 | optimization settings permit) that it is of type @code{type}. Future |