Skip to content

Commit

Permalink
docstrings, package lints
Browse files Browse the repository at this point in the history
Signed-off-by: Psionik K <[email protected]>
  • Loading branch information
psionic-k committed Nov 22, 2023
1 parent 591a86a commit a5911d3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions keypression.el
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,9 @@ and show the value of `this-command' logged in the

(defun keypression--push-string (keys command)
"Push string handles rendering and collapsing repeats.
It converts `self-insert-command' and digit prefix arguments.
Command filtering logic is in the `keypression-post--command'."
It configures animation state when new commands are to be
displayed. Repeats, strings, and digit arguments may be merged.
KEYS and COMMAND are decided in `keypression--post-command'."
(let* ((string (if (and keypression-cast-command-name command)
(format keypression-cast-command-name-format
keys command)
Expand Down Expand Up @@ -516,7 +517,7 @@ hook."
respect-header-line
respect-mode-line
respect-tab-line)
"Create a frame. Copied from posframe."
"Create a frame. Copied from posframe."
(let ((left-fringe (or left-fringe 0))
(right-fringe (or right-fringe 0))
(internal-border-width (or internal-border-width 0))
Expand Down

0 comments on commit a5911d3

Please sign in to comment.