diff options
author | Daniel Mendler <mail@daniel-mendler.de> | 2024-01-09T18·46+0100 |
---|---|---|
committer | Daniel Mendler <mail@daniel-mendler.de> | 2024-01-12T09·07+0100 |
commit | 2e79830e3942f1c3c71c43d973b248b7bbbcd686 (patch) | |
tree | daaff5c8914b1dcbc08c7eeeae07e8a161f5c395 /exwm-floating.el | |
parent | 22aa38b0cda9b58865ec2d59dc89bc32884ffc76 (diff) |
; First line of docstring should be a full sentence
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" |