We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d26268 commit 1d564eaCopy full SHA for 1d564ea
mldoc.el
@@ -108,7 +108,7 @@ The definition is (lambda ARGLIST [DOCSTRING] BODY...)."
108
(apply #'propertize str (mldoc--propertizers-to-list prop)))))
109
110
(cl-defmacro mldoc-list (spec &key function propertizers args current-arg values)
111
- ""
+ "Build a list acceptable by MLDoc."
112
`(list ,spec
113
:function ,function
114
:propertizers ,propertizers
0 commit comments