WIP: Docstring for handler lambdas

This commit is contained in:
Adam Porter 2021-07-22 10:48:08 -05:00
parent 441c23113c
commit 7e039a7b4f

View file

@ -544,7 +544,7 @@ function to `ement-room-event-fns', which see."
(declare (indent defun))
`(setf (alist-get ,type ement-room-event-fns nil nil #'string=)
(lambda (event)
;; TODO: Docstring.
,(concat "`ement-room' handler function for " type " events.")
,@body)))
(ement-room-defevent "m.reaction"