branch: externals/window-commander
commit 8febd864f9a4888c68dbd8489be3ec8379cb058a
Author: Daniel Semyonov <[email protected]>
Commit: Daniel Semyonov <[email protected]>
; Remove old reference to 'swsw-minibuffer-id'
---
swsw.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/swsw.el b/swsw.el
index 78476eb835..da6fac46a2 100644
--- a/swsw.el
+++ b/swsw.el
@@ -89,8 +89,7 @@ CHARS, and call ‘swsw-update’."
(defcustom swsw-id-chars '(?a ?s ?d ?f ?g ?h ?j ?k ?l)
"Base set of characters from which window IDs are constructed.
-This list should contain at least two characters.
-No character in this list should be equal to ‘swsw-minibuffer-id’."
+This list should contain at least two characters."
:type '(repeat character)
:set #'swsw--set-id-chars)