Skip to content

Commit 1d564ea

Browse files
committed
Modify doc comment of mldoc-list
1 parent 7d26268 commit 1d564ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mldoc.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The definition is (lambda ARGLIST [DOCSTRING] BODY...)."
108108
(apply #'propertize str (mldoc--propertizers-to-list prop)))))
109109

110110
(cl-defmacro mldoc-list (spec &key function propertizers args current-arg values)
111-
""
111+
"Build a list acceptable by MLDoc."
112112
`(list ,spec
113113
:function ,function
114114
:propertizers ,propertizers

0 commit comments

Comments
 (0)