123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229 |
- (provide (quote info))
- (defvar Info-history nil "\
- List of info nodes user has visited.
- Each element of list is a list (FILENAME NODENAME BUFFERPOS).")
- (defvar Info-enable-edit nil "\
- Non-nil means the \\[Info-edit] command in Info can edit the current node.")
- (defvar Info-enable-active-nodes t "\
- Non-nil allows Info to execute Lisp code associated with nodes.
- The Lisp code is executed when the node is selected.")
- (defvar Info-directory nil "\
- Default directory for Info documentation files.")
- (defvar Info-current-file nil "\
- Info file that Info is now looking at, or nil.")
- (defvar Info-current-subfile nil "\
- Info subfile that is actually in the *info* buffer now,
- or nil if current info file is not split into subfiles.")
- (defvar Info-current-node nil "\
- Name of node that Info is now looking at, or nil.")
- (defvar Info-tag-table-marker (make-marker) "\
- Marker pointing at beginning of current Info file's tag table.
- Marker points nowhere if file has no tag table.")
- (defun info nil "\
- Create a buffer for Info, the documentation browser program." (interactive) (byte-code "ÀˆÁÂ!ƒ ÃÂ!‚ Ä ‡" [nil get-buffer "*info*" switch-to-buffer Info-directory] 4))
- (defun Info-find-node (filename nodename &optional no-going-back) (byte-code "…<
|