* bug#72093: [PATCH] ; Fix typos in 'which-key-mode'
@ 2024-07-13 15:35 john muhl
2024-07-13 15:51 ` Eli Zaretskii
2024-07-13 15:55 ` Jeremy Bryant via Bug reports for GNU Emacs, the Swiss army knife of text editors
0 siblings, 2 replies; 3+ messages in thread
From: john muhl @ 2024-07-13 15:35 UTC (permalink / raw)
To: 72093
[-- Attachment #1: Type: text/plain, Size: 358 bytes --]
Tags: patch
In GNU Emacs 31.0.50 (build 4, x86_64-pc-linux-gnu, GTK+ Version
3.24.42, cairo version 1.18.0) of 2024-07-07 built on thelio
Repository revision: d98c31ae2ca83a1ba8615401aa6d19d80c521b48
Repository branch: main
System Description: Fedora Linux 40 (Workstation Edition)
Configured using:
'configure -C --with-pgtk --prefix=/home/jm/.local'
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Fix-typos-in-which-key-mode.patch --]
[-- Type: text/patch, Size: 2184 bytes --]
From 6a541bf59f43785e3657b86133ca55945152e125 Mon Sep 17 00:00:00 2001
From: john muhl <jm@pub.pink>
Date: Wed, 10 Jul 2024 17:13:58 -0500
Subject: [PATCH] ; Fix typos in 'which-key-mode'
* lisp/which-key.el (which-key-preserve-window-configuration):
Correct spelling of "taken".
(which-key--create-pages): Correct spelling of "widths".
(which-key--start-paging-timer): Correct spelling of "secondary".
---
lisp/which-key.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lisp/which-key.el b/lisp/which-key.el
index 677a84b328d..37b42a009f7 100644
--- a/lisp/which-key.el
+++ b/lisp/which-key.el
@@ -444,7 +444,7 @@ which-key-preserve-window-configuration
If non-nil, save window configuration before which-key buffer is
shown and restore it after which-key buffer is hidden. It
prevents which-key from changing window position of visible
-buffers. Only takken into account when popup type is
+buffers. Only taken into account when popup type is
side-window."
:type 'boolean
:package-version "1.0" :version "30.1")
@@ -2113,7 +2113,7 @@ which-key--create-pages-1
(defun which-key--create-pages (keys &optional prefix-keys prefix-title)
"Create page strings using `which-key--list-to-pages'.
Will try to find the best number of rows and columns using the
-given dimensions and the length and wdiths of KEYS. SEL-WIN-WIDTH
+given dimensions and the length and widths of KEYS. SEL-WIN-WIDTH
is the width of the live window."
(let* ((max-dims (which-key--popup-max-dimensions))
(max-lines (car max-dims))
@@ -2825,7 +2825,7 @@ which-key--start-paging-timer
(funcall which-key-this-command-keys-function)))))
(cancel-timer which-key--paging-timer)
(if which-key-idle-secondary-delay
- ;; we haven't executed a command yet so the secandary
+ ;; we haven't executed a command yet so the secondary
;; timer is more relevant here
(which-key--start-timer which-key-idle-secondary-delay t)
(which-key--start-timer)))))))
--
2.45.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#72093: [PATCH] ; Fix typos in 'which-key-mode'
2024-07-13 15:35 bug#72093: [PATCH] ; Fix typos in 'which-key-mode' john muhl
@ 2024-07-13 15:51 ` Eli Zaretskii
2024-07-13 15:55 ` Jeremy Bryant via Bug reports for GNU Emacs, the Swiss army knife of text editors
1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2024-07-13 15:51 UTC (permalink / raw)
To: john muhl; +Cc: 72093-done
> From: john muhl <jm@pub.pink>
> Date: Sat, 13 Jul 2024 10:35:18 -0500
>
> Tags: patch
Thanks, installed on the emacs-30 branch, an closing the bug.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#72093: [PATCH] ; Fix typos in 'which-key-mode'
2024-07-13 15:35 bug#72093: [PATCH] ; Fix typos in 'which-key-mode' john muhl
2024-07-13 15:51 ` Eli Zaretskii
@ 2024-07-13 15:55 ` Jeremy Bryant via Bug reports for GNU Emacs, the Swiss army knife of text editors
1 sibling, 0 replies; 3+ messages in thread
From: Jeremy Bryant via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-07-13 15:55 UTC (permalink / raw)
To: john muhl; +Cc: 72093
john muhl <jm@pub.pink> writes:
> Tags: patch
>
>
> In GNU Emacs 31.0.50 (build 4, x86_64-pc-linux-gnu, GTK+ Version
> 3.24.42, cairo version 1.18.0) of 2024-07-07 built on thelio
> Repository revision: d98c31ae2ca83a1ba8615401aa6d19d80c521b48
> Repository branch: main
> System Description: Fedora Linux 40 (Workstation Edition)
>
> Configured using:
> 'configure -C --with-pgtk --prefix=/home/jm/.local'
>
> [2. text/patch; 0001-Fix-typos-in-which-key-mode.patch]...
Thank you. LGTM.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-07-13 15:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-13 15:35 bug#72093: [PATCH] ; Fix typos in 'which-key-mode' john muhl
2024-07-13 15:51 ` Eli Zaretskii
2024-07-13 15:55 ` Jeremy Bryant via Bug reports for GNU Emacs, the Swiss army knife of text editors
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.