summaryrefslogtreecommitdiff
path: root/test/lisp/newcomment-tests.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-09-26 01:53:56 +0200
committerStefan Kangas <stefan@marxist.se>2021-09-26 17:53:23 +0200
commit8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b (patch)
tree6daad156b285e27c95d4afb3f7d0e4773032961b /test/lisp/newcomment-tests.el
parent4cc43449432427817400bad12e7ef722e6591a21 (diff)
downloademacs-8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b.tar.gz
emacs-8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b.tar.bz2
emacs-8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b.zip
; Minor stylistic checkdoc fixes in test/**/*.el
Diffstat (limited to 'test/lisp/newcomment-tests.el')
-rw-r--r--test/lisp/newcomment-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/newcomment-tests.el b/test/lisp/newcomment-tests.el
index 5485673b72d..65690e593db 100644
--- a/test/lisp/newcomment-tests.el
+++ b/test/lisp/newcomment-tests.el
@@ -1,4 +1,4 @@
-;;; newcomment-tests.el -*- lexical-binding:t -*-
+;;; newcomment-tests.el --- Tests for newcomment.el -*- lexical-binding:t -*-
;; Copyright (C) 2021 Free Software Foundation, Inc.
@@ -36,4 +36,4 @@
(uncomment-region (point-min) (point-max))
(buffer-string))))))
-;;; newcomment-testsuite.el ends here
+;;; newcomment-tests.el ends here