diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-05-14 04:06:32 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-05-14 04:13:56 +0200 |
commit | 5f7dd959c2ebe03caa316a83d52a6d6bba10f9c3 (patch) | |
tree | ec583d24cdf2ef96bdf1a896163578458e09b40b /doc/lispref/elisp.texi | |
parent | 0bedf074a64db05bde6d67f58faef054362be258 (diff) | |
download | emacs-5f7dd959c2ebe03caa316a83d52a6d6bba10f9c3.tar.gz emacs-5f7dd959c2ebe03caa316a83d52a6d6bba10f9c3.tar.bz2 emacs-5f7dd959c2ebe03caa316a83d52a6d6bba10f9c3.zip |
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).
Diffstat (limited to 'doc/lispref/elisp.texi')
-rw-r--r-- | doc/lispref/elisp.texi | 1 |
1 files changed, 1 insertions, 0 deletions
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 |