From 0cb8089ee191b82543e0c407e0e5b5cfb7e89e7b Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 8 Mar 1994 23:31:55 +0000 Subject: (super-apropos-check-doc-file): Use doc-directory instead of data-directory. --- lisp/apropos.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/apropos.el') diff --git a/lisp/apropos.el b/lisp/apropos.el index d418be52273..b4d66e27e6e 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -127,7 +127,7 @@ Returns list of symbols and documentation found." ;; Returns an alist of form ((symbol fn-doc var-doc) ...). (defun super-apropos-check-doc-file (regexp) - (let* ((doc-file (concat data-directory internal-doc-file-name)) + (let* ((doc-file (concat doc-directory internal-doc-file-name)) (doc-buffer (find-file-noselect doc-file t)) ;; (doc-buffer (or (get-file-buffer doc-file) ;; (find-file-noselect doc-file))) -- cgit v1.2.1