]> code.delx.au - gnu-emacs/blobdiff - lisp/dos-fns.el
Update docs for `customize-mode'
[gnu-emacs] / lisp / dos-fns.el
index 7d81398aa49da82d274792d2a7afdf468be32ca2..7188ae0bce7346e032dff8bf71dbaec1ca3f6950 100644 (file)
@@ -1,6 +1,6 @@
 ;;; dos-fns.el --- MS-Dos specific functions
 
-;; Copyright (C) 1991, 1993, 1995-1996, 2001-2013 Free Software
+;; Copyright (C) 1991, 1993, 1995-1996, 2001-2016 Free Software
 ;; Foundation, Inc.
 
 ;; Maintainer: Morten Welinder <terra@diku.dk>
@@ -98,7 +98,7 @@ sure to obey the 8.3 limitations."
                            string))
              (aset string i ?_))
            ;; If we don't have a period in the first 8 chars, insert one.
-           ;; This enables to have 3 more characters from the original
+           ;; This enables having 3 more characters from the original
            ;; name in the extension.
            (if (> (or (string-match "\\." string) (length string))
                   8)
@@ -201,8 +201,8 @@ that are used in Emacs Lisp sources; any other file name will be
 returned unaltered."
   (cond
    ;; See files.el:dir-locals-file.
-   ((string= file-name ".dir-locals.el")
-    "_dir-locals.el")
+   ((string= file-name ".dir-locals")
+    "_dir-locals")
    (t
     file-name)))