From a5911d38ea3b2e1f05565ad4855a30e09ed39bcb Mon Sep 17 00:00:00 2001 From: Psionik K <73710933+psionic-k@users.noreply.github.com> Date: Tue, 21 Nov 2023 15:36:55 +0900 Subject: [PATCH] docstrings, package lints Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com> --- keypression.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/keypression.el b/keypression.el index df633ab..4e2c89d 100644 --- a/keypression.el +++ b/keypression.el @@ -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) @@ -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))