topicList() -- provides a complete list of topics on which help is available.
Intended to be used in programs. Users will prefer to use topics.
See also:
Code:
-- ../../../Macaulay2/m2/document.m2:418-420 topicList = () -> sort join( if DocDatabase === null then {} else value \ keys DocDatabase, keys Documentation)