branch: elpa/keycast commit 56887cfea8323a8ce2effebba8b37477049eae80 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Update documentation --- README.md | 15 +++++++-------- keycast.el | 10 ++++++---- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 57ade56ede..4a729b3328 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ -Show current command and its key in the mode line -================================================= +Show current command and its binding +==================================== -This package provides two modes that display the current command -and its key or mouse binding, and update the displayed information -once another command is invoked. - -`keycast-mode` displays the command and event in the mode-line and -`keycast-log-mode` displays them in a dedicated frame. +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.  diff --git a/keycast.el b/keycast.el index ca8f791769..6bbe746f66 100644 --- a/keycast.el +++ b/keycast.el @@ -1,4 +1,4 @@ -;;; keycast.el --- Show current command and its key in the mode line -*- lexical-binding: t -*- +;;; keycast.el --- Show current command and its binding -*- lexical-binding: t -*- ;; Copyright (C) 2018-2022 Jonas Bernoulli @@ -27,9 +27,11 @@ ;;; Commentary: -;; This package provides Keycast mode. Once enabled, that mode shows -;; the current command and its key or mouse binding in the mode line, -;; and updates them whenever another command is invoked. +;; 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. ;;; Code: