Mercurial > emacs
comparison lisp/info.el @ 12947:c465c82e09ff
(Info-default-directory-list): Duplicate defvar deleted.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 26 Aug 1995 20:25:23 +0000 |
parents | d3cda9e7c55f |
children | 0ed37da6f0f3 |
comparison
equal
deleted
inserted
replaced
12946:271dc8563a91 | 12947:c465c82e09ff |
---|---|
39 because that gives you a printed manual as well.") | 39 because that gives you a printed manual as well.") |
40 | 40 |
41 (defvar Info-enable-active-nodes t | 41 (defvar Info-enable-active-nodes t |
42 "Non-nil allows Info to execute Lisp code associated with nodes. | 42 "Non-nil allows Info to execute Lisp code associated with nodes. |
43 The Lisp code is executed when the node is selected.") | 43 The Lisp code is executed when the node is selected.") |
44 | |
45 (defvar Info-default-directory-list nil | |
46 "List of default directories to search for Info documentation files. | |
47 This value is used as the default for `Info-directory-list'. It is set | |
48 in paths.el.") | |
49 | 44 |
50 (defvar Info-fontify t | 45 (defvar Info-fontify t |
51 "*Non-nil enables highlighting and fonts in Info nodes.") | 46 "*Non-nil enables highlighting and fonts in Info nodes.") |
52 | 47 |
53 (defvar Info-fontify-maximum-menu-size 30000 | 48 (defvar Info-fontify-maximum-menu-size 30000 |