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

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

[nongnu] elpa/swsw b3f6cee6af 068/146: ; Unify information in the README


From: ELPA Syncer
Subject: [nongnu] elpa/swsw b3f6cee6af 068/146: ; Unify information in the README and commentary
Date: Wed, 25 May 2022 02:59:45 -0400 (EDT)

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

    ; Unify information in the README and commentary
---
 README  | 14 +++++++-------
 swsw.el |  4 +++-
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/README b/README
index b3dc7ceaa7..5f6247824d 100644
--- a/README
+++ b/README
@@ -38,12 +38,12 @@ For use-package users:
   (swsw-mode))
 
 When swsw-mode is active:
-- A window ID is displayed using a mode line lighter or a display function (see
-  `swsw-display-function').
-- A single (predefined) character corresponds to the minibuffer (see
-  `swsw-minibuffer-id').
-- Window IDs are assigned to all windows on all frames (by default, see
-  `swsw-scope').
+- A window ID is displayed using a mode line lighter or a display
+  function (see `swsw-display-function').
+- A single (predefined) character corresponds to the minibuffer
+  (see `swsw-minibuffer-id').
+- Window IDs are assigned to all windows on all frames (by default,
+  see `swsw-scope').
 
 C-x o ID switches focus to the window which corresponds to ID.
 
@@ -51,7 +51,7 @@ You can customize `swsw-mode' using the customize interface:
 
 M-x customize-group RET swsw RET
 
-For more information see the swsw info node.
+For more information see the (swsw) info node.
 
 Copyright:
 
diff --git a/swsw.el b/swsw.el
index 76bde8c4f8..ffc8495ba8 100644
--- a/swsw.el
+++ b/swsw.el
@@ -43,7 +43,7 @@
 ;;
 ;; When swsw-mode is active:
 ;; - A window ID is displayed using a mode line lighter or a display
-;;    function (see ‘swsw-display-function’).
+;;   function (see ‘swsw-display-function’).
 ;; - A single (predefined) character corresponds to the minibuffer
 ;;   (see ‘swsw-minibuffer-id’).
 ;; - Window IDs are assigned to all windows on all frames (by default,
@@ -54,6 +54,8 @@
 ;; You can customize ‘swsw-mode’ using the customize interface:
 ;;
 ;; M-x customize-group RET swsw RET
+;;
+;; For more information see the (swsw) info node.
 
 ;;; Code:
 



reply via email to

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