mirror of
https://github.com/vale981/ement.el
synced 2025-03-04 17:01:39 -05:00
WIP: Docstring for handler lambdas
This commit is contained in:
parent
441c23113c
commit
7e039a7b4f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue