From 49b24ab49a3fd05ab5bccc2831f1657d6ded38ba Mon Sep 17 00:00:00 2001 From: "Tom Breton (Tehom)" Date: Fri, 12 Nov 2010 19:01:36 -0500 Subject: [PATCH] Changed from Info-default-directory-list to Info-additional-directory-list --- elinstall.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elinstall.el b/elinstall.el index c51550b..4775854 100644 --- a/elinstall.el +++ b/elinstall.el @@ -358,13 +358,13 @@ RELATIVE-NAME is its name respective to some component of load-path." "Insert code at point to add PATH-ELEMENT to a path. If TYPE is: * `add-to-load-path', add to load-path - * `add-to-info-path', add to Info-default-directory-list + * `add-to-info-path', add to Info-additional-directory-list Current buffer must be a loaddef-style file." (let ( (path-symbol (case type (add-to-load-path 'load-path) - (add-to-info-path 'Info-default-directory-list) + (add-to-info-path 'Info-additional-directory-list) (t (error "Type not recognized")))) (description (case type -- 2.11.4.GIT