diff options
Diffstat (limited to 'exwm-floating.el')
-rw-r--r-- | exwm-floating.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/exwm-floating.el b/exwm-floating.el index ebf39c4a5cde..c4e29dece4bb 100644 --- a/exwm-floating.el +++ b/exwm-floating.el @@ -35,13 +35,13 @@ :group 'exwm) (defcustom exwm-floating-setup-hook nil - "Normal hook run when an X window has been made floating, in the -context of the corresponding buffer." + "Normal hook run when an X window has been made floating. +This hook runs in the context of the corresponding buffer." :type 'hook) (defcustom exwm-floating-exit-hook nil - "Normal hook run when an X window has exited floating state, in the -context of the corresponding buffer." + "Normal hook run when an X window has exited floating state. +This hook runs in the context of the corresponding buffer." :type 'hook) (defcustom exwm-floating-border-color "navy" |