emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/swsw b0b55f010c 041/146: ; Improve the docstrings for the


From: ELPA Syncer
Subject: [nongnu] elpa/swsw b0b55f010c 041/146: ; Improve the docstrings for the reference display functions
Date: Wed, 25 May 2022 02:59:42 -0400 (EDT)

branch: elpa/swsw
commit b0b55f010c4494427505bd33b4e867d7bd4eed02
Author: Daniel Semyonov <cmstr@dsemy.com>
Commit: Daniel Semyonov <cmstr@dsemy.com>

    ; Improve the docstrings for the reference display functions
---
 swsw.el | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/swsw.el b/swsw.el
index 26ce8c5061..fa808e3bb3 100644
--- a/swsw.el
+++ b/swsw.el
@@ -244,8 +244,8 @@ If set to `lighter', use the mode line lighter of 
`swsw-mode'"
   (force-mode-line-update t))
 
 (defun swsw-mode-line-display-function (switch)
-  "Display window IDs on the mode line if SWITCH is non-nil, and disable
-displaying window IDs on the mode line if SWITCH is nil.
+  "Display window IDs on the mode line if SWITCH isn't `nil', 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'.
@@ -255,9 +255,10 @@ This display function respects `swsw-id-format'."
     (swsw--mode-line-hide)))
 
 (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.
+  "Add a hook to `swsw-before-select-hook' which displays window IDs on the
+mode line and add a hook to `swsw-after-select-hook' which hides window IDs
+from the mode line if SWITCH isn't `nil', and remove those hooks if SWITCH is
+`nil'.
 
 This display function shows the window IDs at the beginning of the mode line,
 similarly to `ace-window-display-mode'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]