Function: Info-history-toc-nodes
Info-history-toc-nodes is a byte-compiled function defined in
info.el.gz.
Signature
(Info-history-toc-nodes FILENAME)
Documentation
History-specific implementation of Info-toc-nodes(var)/Info-toc-nodes(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/info.el.gz
(defun Info-history-toc-nodes (filename)
"History-specific implementation of `Info-toc-nodes'."
`(,filename
("Top" nil nil nil)))