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

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

[nongnu] elpa/swsw c4c77ddf34: ; Update introduction


From: ELPA Syncer
Subject: [nongnu] elpa/swsw c4c77ddf34: ; Update introduction
Date: Fri, 11 Nov 2022 08:59:25 -0500 (EST)

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

    ; Update introduction
---
 README    |  5 +++--
 swsw.el   |  4 ++--
 swsw.texi | 14 ++++++++------
 3 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/README b/README
index 3c95819b21..2afa1cae8a 100644
--- a/README
+++ b/README
@@ -1,7 +1,8 @@
 swsw - Simple window switching
 
-swsw (simple window switching) is an Emacs package which provides a minor mode
-for switching to windows using IDs assigned to them automatically.
+swsw (simple window switching) provides a minor mode for switching to
+windows or performing actions on them using IDs assigned to them
+automatically.
 
 Installation:
 
diff --git a/swsw.el b/swsw.el
index 44debdf8e1..55d588630b 100644
--- a/swsw.el
+++ b/swsw.el
@@ -26,8 +26,8 @@
 
 ;;; Commentary:
 
-;; swsw (simple window switching) provides a minor mode for switching
-;; to windows using IDs assigned to them automatically.
+;; swsw provides a minor mode for switching to windows or performing
+;; actions on them using IDs assigned to them automatically.
 ;;
 ;; Usage:
 ;;
diff --git a/swsw.texi b/swsw.texi
index ae1a164376..3e89ff1352 100644
--- a/swsw.texi
+++ b/swsw.texi
@@ -41,8 +41,8 @@ General Public License for more details.
 @node Top
 @top swsw User Manual
 
-swsw provides a minor mode for switching to windows using IDs assigned
-to them automatically.
+swsw provides a minor mode for switching to windows or performing
+actions on them using IDs assigned to them automatically.
 
 @noindent
 This manual is for swsw version 2.3.
@@ -79,9 +79,10 @@ Customization
 @node Introduction
 @chapter Introduction
 
-swsw provides a minor mode for switching to windows using IDs assigned to them
-automatically. It's implementation is simple and extensible, providing various
-advanced customization features for users, while keeping the code base small
+swsw provides a minor mode for switching to windows or performing
+actions on them using IDs assigned to them automatically. The
+implementation is simple and extensible, providing various advanced
+customization features for users, while keeping the code base small
 and easy to hack on.
 
 @node Installation
@@ -133,7 +134,8 @@ In order to use any feature of the package, 
@code{swsw-mode} must be enabled:
 @table @asis
 @cindex swsw-mode
 @item @kbd{M-x swsw-mode RET}
-You can also add @code{(swsw-mode)} to your init file, instead.
+You can also add @code{(swsw-mode)} to your init file, or enable it
+through the customize interface.
 @end table
 
 When @code{swsw-mode} is enabled, window IDs are shown as mode line



reply via email to

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