diff options
Diffstat (limited to 'doc/misc/cl.texi')
-rw-r--r-- | doc/misc/cl.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index b48278e8b8c..c7ef1d8f5cb 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -317,7 +317,7 @@ This is analogous to the @code{defsubst} form; @code{cl-defsubst} uses a different method (compiler macros) which works in all versions of Emacs, and also generates somewhat more @c For some examples, -@c see https://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00009.html +@c see https://lists.gnu.org/r/emacs-devel/2012-11/msg00009.html efficient inline expansions. In particular, @code{cl-defsubst} arranges for the processing of keyword arguments, default values, etc., to be done at compile-time whenever possible. |