branch: externals/window-commander commit c08a9b1e58348a791da82a9a016978f8a7d27385 Author: Daniel Semyonov <cm...@dsemy.com> Commit: Daniel Semyonov <cm...@dsemy.com>
; Fix a docstring --- swsw.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swsw.el b/swsw.el index d5e5b871e9..ac73979542 100644 --- a/swsw.el +++ b/swsw.el @@ -203,8 +203,8 @@ This display function respects `swsw-id-format'." (defun swsw-mode-line-conditional-display-function (switch) "Display window IDs on the mode line if SWITCH is non-nil and a window -selection is in progress, and disable -displaying window IDs on the mode line if SWITCH is nil. +selection is in progress, and disable displaying window IDs on the mode line +if SWITCH is nil. This display function shows the window IDs at the beginning of the mode line, similarly to `ace-window-display-mode'.