1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; * test/lisp/files-tests.el: Minor copyedits.

This commit is contained in:
Eli Zaretskii 2016-09-24 12:35:54 +03:00
parent 4f05e930ca
commit 23efc43d01

View file

@ -1,4 +1,4 @@
;;; files.el --- tests for file handling.
;;; files-tests.el --- tests for files.el.
;; Copyright (C) 2012-2016 Free Software Foundation, Inc.
@ -197,4 +197,5 @@ form.")
(setenv "FOO" foo-env)
(setenv "BAR" bar-env))))
;;; files.el ends here
(provide 'files-tests)
;;; files-tests.el ends here