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

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

[nongnu] elpa/swsw 95fc96e8c1 092/146: ; Add a link to the Info node in


From: ELPA Syncer
Subject: [nongnu] elpa/swsw 95fc96e8c1 092/146: ; Add a link to the Info node in the customization buffer
Date: Wed, 25 May 2022 02:59:50 -0400 (EDT)

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

    ; Add a link to the Info node in the customization buffer
---
 NEWS    | 2 ++
 swsw.el | 1 +
 2 files changed, 3 insertions(+)

diff --git a/NEWS b/NEWS
index be6ae6e48d..0d04c56764 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ See the end of the file for an explanation of the versioning 
scheme.
 
 * 2.0.1 (currently in development)
 
+** Add a link to the info node in the customization buffer.
+
 ** Add version information to customizable variables.
 
 ** Fix swsw-delete when the only other tracked window is the minibuffer.
diff --git a/swsw.el b/swsw.el
index 6868c2058a..3be2059386 100644
--- a/swsw.el
+++ b/swsw.el
@@ -74,6 +74,7 @@
 
 (defgroup swsw nil
   "Simple window switching."
+  :link '(custom-manual "(swsw)Top")
   :group 'convenience
   :prefix "swsw-")
 



reply via email to

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