Skip to content

Commit ea99f8d

Browse files
author
Phil Sainty
committed
Fix: (ement-room-compose-send) Docstring
1 parent cba68d9 commit ea99f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ement-room.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -3807,7 +3807,7 @@ To be called from an `ement-room-compose' buffer."
38073807
(ement-room-send-message ement-room ement-session :body body :replying-to-event replying-to-event)))))
38083808

38093809
(defun ement-room-init-compose-buffer (room session)
3810-
"Eval BODY, setting up the current buffer as a compose buffer.
3810+
"Set up the current buffer as a compose buffer.
38113811
Sets ROOM and SESSION buffer-locally, binds `save-buffer' in
38123812
a copy of the local keymap, and sets `header-line-format'."
38133813
;; Using a macro for this seems awkward but necessary.

0 commit comments

Comments
 (0)