; Minor stylistic checkdoc fixes in test/**/*.el
This commit is contained in:
parent
4cc4344943
commit
8bb28e740d
128 changed files with 302 additions and 209 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue