We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba68d9 commit ea99f8dCopy full SHA for ea99f8d
ement-room.el
@@ -3807,7 +3807,7 @@ To be called from an `ement-room-compose' buffer."
3807
(ement-room-send-message ement-room ement-session :body body :replying-to-event replying-to-event)))))
3808
3809
(defun ement-room-init-compose-buffer (room session)
3810
- "Eval BODY, setting up the current buffer as a compose buffer.
+ "Set up the current buffer as a compose buffer.
3811
Sets ROOM and SESSION buffer-locally, binds `save-buffer' in
3812
a copy of the local keymap, and sets `header-line-format'."
3813
;; Using a macro for this seems awkward but necessary.
0 commit comments