aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2017-11-05 12:40:13 +0100
committerMichael Albinus2017-11-05 12:40:13 +0100
commit8c50842790a680aa0732fddeb4454eaa0ac2d7a6 (patch)
tree77913ca2862f58d349df3efe228ac02df50def4c
parent00fa4449cd5a28f8f302e56e9175ebfe5dcb2da6 (diff)
downloademacs-8c50842790a680aa0732fddeb4454eaa0ac2d7a6.tar.gz
emacs-8c50842790a680aa0732fddeb4454eaa0ac2d7a6.zip
; Fix typo in test/file-organization.org
-rw-r--r--test/file-organization.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/file-organization.org b/test/file-organization.org
index 4d76c0068e3..6c93c28c8e1 100644
--- a/test/file-organization.org
+++ b/test/file-organization.org
@@ -30,7 +30,7 @@ the directory structure of the source tree; so tests for files in the
30 30
31Tests should normally reside in a file with ~-tests.el~ added to the 31Tests should normally reside in a file with ~-tests.el~ added to the
32base-name of the tested source file; hence ~ert.el~ is tested in 32base-name of the tested source file; hence ~ert.el~ is tested in
33~ert-tests.el~, and ~pcase.el~ is tested in ~pcase-tests.el~. As n 33~ert-tests.el~, and ~pcase.el~ is tested in ~pcase-tests.el~. As an
34exception, tests for a single feature may be placed into multiple 34exception, tests for a single feature may be placed into multiple
35files of any name which are themselves placed in a directory named 35files of any name which are themselves placed in a directory named
36after the feature with ~-tests~ appended, such as 36after the feature with ~-tests~ appended, such as