info-xref

Homepage: https://www.gnu.org/software/emacs

Author: Kevin Ryde

Summary

Check external references in an Info document

Commentary

This is some simple checking of external cross references in info files,
docstrings and custom-links by attempting to visit the nodes specified.

`M-x info-xref-check' checks a single info file.  See the docstring for
details.

`M-x info-xref-check-all' checks all info files in Info-directory-list.
This is a good way to check the consistency of the whole system.

`M-x info-xref-check-all-custom' loads up all defcustom variables and
checks any info references in them.

`M-x info-xref-docstrings' checks docstring "Info node ..." hyperlinks in
source files (and other files).

Dependencies