branch: externals/window-commander commit b3f6cee6afb71a4d962a43b67cbcf5e022924d83 Author: Daniel Semyonov <cm...@dsemy.com> Commit: Daniel Semyonov <cm...@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: