; First line of docstring should be a full sentence
This commit is contained in:
parent
22aa38b0cd
commit
2e79830e39
3 changed files with 7 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue