From 5f7dd959c2ebe03caa316a83d52a6d6bba10f9c3 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 14 May 2022 04:06:32 +0200 Subject: Improve the *Help* output for compiler macros and the like * doc/lispref/functions.texi (Advice and Byte Code): New node. * lisp/help-fns.el (help-fns--compiler-macro): Also output data on other byte compilation things, and link to the manual (bug#23264). --- doc/lispref/elisp.texi | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/lispref/elisp.texi') diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 426bb6d0176..968a2790e21 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi @@ -592,6 +592,7 @@ Advising Emacs Lisp Functions * Advising Named Functions:: Advising named functions. * Advice Combinators:: Ways to compose advice. * Porting Old Advice:: Adapting code using the old defadvice. +* Advice and Byte Code:: Not all functions can be advised. Macros -- cgit v1.2.3