diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-11-01 19:29:47 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-11-01 19:33:35 +0100 |
commit | 7162228815e4789c9186ec7e57a5ed0e1442a799 (patch) | |
tree | 2f7b8abea233a3c317730c0abafb7cbcb82e547c /doc | |
parent | d218b28ab5060b2cf6f727727c1d018ad800accb (diff) | |
download | emacs-7162228815e4789c9186ec7e57a5ed0e1442a799.tar.gz |
Improve indexing of check-declare
* doc/lispref/functions.texi (Declaring Functions): Improve indexing.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lispref/functions.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index 2898cb4d2b4..8458bebbb5c 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi @@ -2349,6 +2349,8 @@ argument @var{fileonly} non-@code{nil} means check only that @var{file} exists, not that it actually defines @var{function}. @end defmac +@findex check-declare-file +@findex check-declare-directory To verify that these functions really are declared where @code{declare-function} says they are, use @code{check-declare-file} to check all @code{declare-function} calls in one source file, or use |