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

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

[nongnu] elpa/keycast 53514c3dc3 10/10: Update documentation


From: ELPA Syncer
Subject: [nongnu] elpa/keycast 53514c3dc3 10/10: Update documentation
Date: Mon, 5 Dec 2022 06:59:12 -0500 (EST)

branch: elpa/keycast
commit 53514c3dc3dfb7d4c3a65898b0b3edb69b6536c2
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Update documentation
---
 README.org | 19 ++++++++++++++-----
 keycast.el | 19 ++++++++++++++-----
 2 files changed, 28 insertions(+), 10 deletions(-)

diff --git a/README.org b/README.org
index bd0c36d132..e6862a8ae4 100644
--- a/README.org
+++ b/README.org
@@ -1,9 +1,18 @@
 * Show current command and its binding
 
-This package provides three modes that display the current command and
-its key or mouse binding.  ~keycast-mode~ shows the current binding in
-the mode-line while ~keycast-tab-bar-mode~ displays it in the tab-bar.
-~keycast-log-mode~ displays a list of recent bindings in a dedicated
-frame.
+This package provides four modes that display the current command and
+its key or mouse binding.
+
+- ~keycast-mode-line-mode~ shows the current binding at the bottom of
+  the selected window, in its mode line.
+
+- ~keycast-header-line-mode~ shows the current binding at the top of
+  the selected window, in its header line.
+
+- ~keycast-tab-bar-mode~ shows the current binding at the top of
+  the selected frame, in its tab bar.
+
+- ~keycast-log-mode~ displays a list of recent bindings in a dedicated
+  frame.
 
 [[http://readme.emacsair.me/keycast.png]]
diff --git a/keycast.el b/keycast.el
index c4c1732786..4abcd1726f 100644
--- a/keycast.el
+++ b/keycast.el
@@ -26,11 +26,20 @@
 
 ;;; Commentary:
 
-;; This package provides three modes that display the current command and
-;; its key or mouse binding.  `keycast-mode' shows the current binding in
-;; the mode-line while `keycast-tab-bar-mode' displays it in the tab-bar.
-;; `keycast-log-mode' displays a list of recent bindings in a dedicated
-;; frame.
+;; This package provides four modes that display the current command and
+;; its key or mouse binding.
+;;
+;; - `keycast-mode-line-mode' shows the current binding at the bottom of
+;;   the selected window, in its mode line.
+;;
+;; - `keycast-header-line-mode' shows the current binding at the top of
+;;   the selected window, in its header line.
+;;
+;; - `keycast-tab-bar-mode' shows the current binding at the top of
+;;   the selected frame, in its tab bar.
+;;
+;; - `keycast-log-mode' displays a list of recent bindings in a dedicated
+;;   frame.
 
 ;;; Code:
 



reply via email to

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