; Minor stylistic checkdoc fixes in test/**/*.el

This commit is contained in:
Stefan Kangas 2021-09-26 01:53:56 +02:00
parent 4cc4344943
commit 8bb28e740d
128 changed files with 302 additions and 209 deletions

View file

@ -9,11 +9,11 @@
(require 'macro-aux)
(defmacro macro-problem-1 ( &rest forms)
"Description"
"Description."
`(progn ,@forms))
(defun macro-problem-func ()
""
"Description."
(macro-problem-1 'a 'b)
(macro-aux-1 'a 'b))