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

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

[nongnu] elpa/swsw 1c19d22100 108/146: ; Add links to relevant part of t


From: ELPA Syncer
Subject: [nongnu] elpa/swsw 1c19d22100 108/146: ; Add links to relevant part of the manual to user options
Date: Wed, 25 May 2022 02:59:52 -0400 (EDT)

branch: elpa/swsw
commit 1c19d2210016f02eb17b559ee48a22dafae06875
Author: Daniel Semyonov <daniel@dsemy.com>
Commit: Daniel Semyonov <daniel@dsemy.com>

    ; Add links to relevant part of the manual to user options
---
 swsw.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/swsw.el b/swsw.el
index fad6b9a7aa..f9f051b754 100644
--- a/swsw.el
+++ b/swsw.el
@@ -81,6 +81,7 @@
 (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."
+  :link '(info-link "(swsw)Customization")
   :type '(repeat character)
   :set (lambda (sym chars)
          (unless (nth 1 chars)
@@ -99,6 +100,7 @@ t means consider all windows on all existing frames.
   iconified frames.
 `visible' means consider all windows on all visible frames.
 `current' means consider only the currently selected frame."
+  :link '(info-link "(swsw)Customization")
   :type '(radio (const :tag "All windows on all frames" t)
                 (const
                  :tag "All windows on all visible and iconified frames" 0)
@@ -118,6 +120,7 @@ t means consider all windows on all existing frames.
 This function is called with t as the sole argument when enabling
 `swsw-mode', and with nil as the sole argument when disabling it.
 If set to `lighter', use the mode line lighter of `swsw-mode'."
+  :link '(info-link "(swsw)Display functions")
   :type '(radio (const :tag "Mode line lighter" lighter)
                 (function :tag "Display function"))
   :set (lambda (sym fun)
@@ -132,6 +135,7 @@ If set to `lighter', use the mode line lighter of 
`swsw-mode'."
 (defcustom swsw-id-format " <%s>"
   "Format string for the window ID.
 %s is replaced with a representation of the window's ID."
+  :link '(info-link "(swsw)Customization")
   :type '(string)
   :package-version '(swsw . 1.0))
 



reply via email to

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