diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/info.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/info.el b/lisp/info.el index 6be518b0147..bc506cc84cf 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -756,9 +756,9 @@ a case-insensitive match is tried." | |||
| 756 | (insert Info-dir-contents) | 756 | (insert Info-dir-contents) |
| 757 | (goto-char (point-min))) | 757 | (goto-char (point-min))) |
| 758 | (let ((dirs (if Info-additional-directory-list | 758 | (let ((dirs (if Info-additional-directory-list |
| 759 | (append Info-directory-list | 759 | (append Info-directory-list |
| 760 | Info-additional-directory-list) | 760 | Info-additional-directory-list) |
| 761 | Info-directory-list)) | 761 | Info-directory-list)) |
| 762 | ;; Bind this in case the user sets it to nil. | 762 | ;; Bind this in case the user sets it to nil. |
| 763 | (case-fold-search t) | 763 | (case-fold-search t) |
| 764 | ;; This is set non-nil if we find a problem in some input files. | 764 | ;; This is set non-nil if we find a problem in some input files. |