]> code.delx.au - gnu-emacs/blobdiff - lisp/dos-fns.el
Add a couple cells to lisp-prettify-symbols-alist
[gnu-emacs] / lisp / dos-fns.el
index 0ce2b23527dc5572d5e8f7d73415b0d377d149db..7188ae0bce7346e032dff8bf71dbaec1ca3f6950 100644 (file)
@@ -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)