aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTE
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTE')
-rw-r--r--CONTRIBUTE4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE
index 2d01724a5e0..b385d68c985 100644
--- a/CONTRIBUTE
+++ b/CONTRIBUTE
@@ -251,9 +251,9 @@ for more information on writing and running tests.
251 251
252To run tests on the entire Emacs tree, run "make check" from the 252To run tests on the entire Emacs tree, run "make check" from the
253top-level directory. Most tests are in the directory 253top-level directory. Most tests are in the directory
254"test/automated". From the "test/automated" directory, run "make 254"test/". From the "test/" directory, run "make
255<filename>" to run the tests for <filename>.el(c). See 255<filename>" to run the tests for <filename>.el(c). See
256"test/automated/Makefile" for more information. 256"test/Makefile" for more information.
257 257
258** Understanding Emacs Internals. 258** Understanding Emacs Internals.
259 259