From 1bb91adea519b3e4d99f1064b8095a184e16d009 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 8 Mar 2025 17:14:54 +0800 Subject: [PATCH] ; windmove-allow-repeated-command-override: Improve docstring --- lisp/windmove.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/windmove.el b/lisp/windmove.el index 88895d43d79..2d2ad8ce148 100644 --- a/lisp/windmove.el +++ b/lisp/windmove.el @@ -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")