diff options
| -rw-r--r-- | lisp/apropos.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 127 | ;; Returns an alist of form ((symbol fn-doc var-doc) ...). | 127 | ;; Returns an alist of form ((symbol fn-doc var-doc) ...). |
| 128 | 128 | ||
| 129 | (defun super-apropos-check-doc-file (regexp) | 129 | (defun super-apropos-check-doc-file (regexp) |
| 130 | (let* ((doc-file (concat data-directory internal-doc-file-name)) | 130 | (let* ((doc-file (concat doc-directory internal-doc-file-name)) |
| 131 | (doc-buffer (find-file-noselect doc-file t)) | 131 | (doc-buffer (find-file-noselect doc-file t)) |
| 132 | ;; (doc-buffer (or (get-file-buffer doc-file) | 132 | ;; (doc-buffer (or (get-file-buffer doc-file) |
| 133 | ;; (find-file-noselect doc-file))) | 133 | ;; (find-file-noselect doc-file))) |