branch: externals-release/ement
commit 6f8c84137ea81ea744e8304de31866c353f0ef99
Author: Adam Porter <a...@alphapapa.net>
Commit: Adam Porter <a...@alphapapa.net>

    Tidy: Move comment inside form
    
    This is just a preference that keeps the comment attached to the
    related form.
---
 ement-room.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ement-room.el b/ement-room.el
index f31969a2a0..e2d04293db 100644
--- a/ement-room.el
+++ b/ement-room.el
@@ -2089,10 +2089,10 @@ the previously oldest event."
       ;; We don't really care about the response, I think.
       :then #'ignore)))
 
-;; Due to Emacs bug#68600, define the mode hook separately to avoid the mode
-;; line constructs in the `ement-room-mode' mode name being copied verbatim
-;; into the auto-generated docstring.
 (defcustom ement-room-mode-hook nil
+  ;; Due to Emacs bug#68600, define the mode hook separately to avoid the mode
+  ;; line constructs in the `ement-room-mode' mode name being copied verbatim
+  ;; into the auto-generated docstring.
   "Hook run after entering `ement-room-mode'."
   :options '(visual-line-mode)
   :type 'hook)

Reply via email to