diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-26 01:53:56 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-26 17:53:23 +0200 |
commit | 8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b (patch) | |
tree | 6daad156b285e27c95d4afb3f7d0e4773032961b /test/lisp/gnus/gnus-util-tests.el | |
parent | 4cc43449432427817400bad12e7ef722e6591a21 (diff) | |
download | emacs-8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b.tar.gz emacs-8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b.tar.bz2 emacs-8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b.zip |
; Minor stylistic checkdoc fixes in test/**/*.el
Diffstat (limited to 'test/lisp/gnus/gnus-util-tests.el')
-rw-r--r-- | test/lisp/gnus/gnus-util-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/gnus/gnus-util-tests.el b/test/lisp/gnus/gnus-util-tests.el index f8d30f6373e..60a9cde0e7f 100644 --- a/test/lisp/gnus/gnus-util-tests.el +++ b/test/lisp/gnus/gnus-util-tests.el @@ -132,4 +132,4 @@ (should (equal '("1") (gnus-setdiff '(2 "1" 2) '(2)))) (should (equal '("1" "1") (gnus-setdiff '(2 "1" 2 "1") '(2))))) -;;; gnustest-gnus-util.el ends here +;;; gnus-util-tests.el ends here |