** Windmove
-*** New user options can be used to customize windmove keybindings.
-There options include 'windmove-default-keybindings',
+*** New user options to customize windmove keybindings.
+These options include 'windmove-default-keybindings',
'windmove-display-default-keybindings',
'windmove-delete-default-keybindings',
'windmove-swap-states-default-keybindings'.
"Customisation type for windmove modifiers.")
(defcustom windmove-default-keybindings nil
- "Default bindings for regular windmove commands."
+ "Default keybindings for regular windmove commands.
+See `windmove-default-keybindings' for more detail."
:set (lambda (sym val)
(windmove-install-defaults
(car val) (cdr val)
:group 'windmove)
(defcustom windmove-display-default-keybindings nil
- "Default bindings for display windmove commands."
+ "Default keybindings for windmove directional buffer display commands.
+See `windmove-display-default-keybindings' for more detail."
:set (lambda (sym val)
(windmove-install-defaults
(car val) (cdr val)
:group 'windmove)
(defcustom windmove-delete-default-keybindings nil
- "Default bindings for delete windmove commands."
+ "Default keybindings for windmove directional window deletion commands.
+See `windmove-delete-default-keybindings' for more detail."
:set (lambda (sym val)
(windmove-install-defaults
(car val) (cdr val)
:group 'windmove)
(defcustom windmove-swap-states-default-keybindings nil
- "Default bindings for swap-state windmove commands."
+ "Default keybindings for windmove's directional window swap-state commands.
+See `windmove-swap-states-default-keybindings' for more detail."
:set (lambda (sym val)
(windmove-install-defaults
(car val) (cdr val)