branch: externals/auctex
commit d56a596f415e3469a2a2a62cb1c46614cf041a27
Author: Ikumi Keita <[email protected]>
Commit: Ikumi Keita <[email protected]>
; * tests/tex/path-expansion.el (): Fix typo.
---
tests/tex/path-expansion.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/tex/path-expansion.el b/tests/tex/path-expansion.el
index 3a1d72e..42eb665 100644
--- a/tests/tex/path-expansion.el
+++ b/tests/tex/path-expansion.el
@@ -32,4 +32,4 @@
(TeX-search-files-by-type 'abc 'global)
(should (equal var '("str1" "str2")))))
-;;; command-expansion.el ends here
+;;; path-expansion.el ends here