; windmove-allow-repeated-command-override: Improve docstring
This commit is contained in:
parent
a546225e1a
commit
1bb91adea5
1 changed files with 5 additions and 1 deletions
|
@ -179,7 +179,11 @@ by invoking the same movement command twice in succession when
|
|||
:version "28.1")
|
||||
|
||||
(defcustom windmove-allow-repeated-command-override t
|
||||
"Control whether pressing the same windmove command twice overrides the no-other-window property."
|
||||
"If non-nil, using windmove commands twice overrides `no-other-window'.
|
||||
Normally, the `no-other-window' window property prevents windmove
|
||||
commands from moving to that window. When this variable is non-nil,
|
||||
invoking the command twice means the second invocation ignores the
|
||||
property."
|
||||
:type 'boolean
|
||||
:version "31.1")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue