diff options
Diffstat (limited to 'lisp/paths.el')
-rw-r--r-- | lisp/paths.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/paths.el b/lisp/paths.el index fb334c722ed..50a5880eac3 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -26,7 +26,7 @@ (defvar Info-default-directory-list (list "/usr/local/lib/info/" - (expand-file-name "../info/" exec-directory)) + (expand-file-name "../info/" data-directory)) "List of directories to search for Info documentation files.") (defvar news-path "/usr/spool/news/" |