aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-08-26 20:25:23 +0000
committerRichard M. Stallman1995-08-26 20:25:23 +0000
commit033fc52dc87e7ea2c6b21288acebc97a9f3f425b (patch)
tree260916d637ac186cbce37a69b51b7d7e36a6b1b6
parentf335fabe75a42813bf2190cc86cca43193f35414 (diff)
downloademacs-033fc52dc87e7ea2c6b21288acebc97a9f3f425b.tar.gz
emacs-033fc52dc87e7ea2c6b21288acebc97a9f3f425b.zip
(Info-default-directory-list): Duplicate defvar deleted.
-rw-r--r--lisp/info.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/info.el b/lisp/info.el
index b70b1f34fa5..5948840daca 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -42,11 +42,6 @@ because that gives you a printed manual as well.")
42 "Non-nil allows Info to execute Lisp code associated with nodes. 42 "Non-nil allows Info to execute Lisp code associated with nodes.
43The Lisp code is executed when the node is selected.") 43The Lisp code is executed when the node is selected.")
44 44
45(defvar Info-default-directory-list nil
46 "List of default directories to search for Info documentation files.
47This value is used as the default for `Info-directory-list'. It is set
48in paths.el.")
49
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