diff options
Diffstat (limited to 'test/misc/test-custom-libs.el')
-rw-r--r-- | test/misc/test-custom-libs.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/misc/test-custom-libs.el b/test/misc/test-custom-libs.el index cc2be99dea8..d826dfbcab4 100644 --- a/test/misc/test-custom-libs.el +++ b/test/misc/test-custom-libs.el @@ -19,7 +19,7 @@ ;;; Commentary: -;; This file runs for all libraries with autoloads separate emacs +;; This file runs for all libraries with autoloads separate Emacs ;; processes of the form "emacs -batch -l LIB". ;;; Code: @@ -45,4 +45,4 @@ (cus-test-libs t) (should-not cus-test-libs-errors)) -;;; test-custom-deps.el ends here +;;; test-custom-libs.el ends here |