diff options
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 4ad7ca2839e..c462e5cce9d 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -1881,7 +1881,7 @@ in that case, this function acts as if `enable-local-variables' were t." | |||
| 1881 | This means that if the first case-sensitive search through the alist fails | 1881 | This means that if the first case-sensitive search through the alist fails |
| 1882 | to find a matching major mode, a second case-insensitive search is made. | 1882 | to find a matching major mode, a second case-insensitive search is made. |
| 1883 | On systems with case-insensitive file names, this variable is ignored, | 1883 | On systems with case-insensitive file names, this variable is ignored, |
| 1884 | since only a single case-sensitive search through the alist is made." | 1884 | since only a single case-insensitive search through the alist is made." |
| 1885 | :group 'files | 1885 | :group 'files |
| 1886 | :version "22.1" | 1886 | :version "22.1" |
| 1887 | :type 'boolean) | 1887 | :type 'boolean) |