emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 7162228: Improve indexing of check-declare


From: Stefan Kangas
Subject: emacs-27 7162228: Improve indexing of check-declare
Date: Sun, 1 Nov 2020 13:35:31 -0500 (EST)

branch: emacs-27
commit 7162228815e4789c9186ec7e57a5ed0e1442a799
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Improve indexing of check-declare
    
    * doc/lispref/functions.texi (Declaring Functions): Improve indexing.
---
 doc/lispref/functions.texi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi
index 2898cb4..8458beb 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]