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

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

[elpa] externals/which-key a916c9a 15/51: Fix typos (#222)


From: Stefan Monnier
Subject: [elpa] externals/which-key a916c9a 15/51: Fix typos (#222)
Date: Tue, 8 Sep 2020 10:26:16 -0400 (EDT)

branch: externals/which-key
commit a916c9ae28e961922d8d8419e633f9321fcdbe53
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Justin Burkett <justin@burkett.cc>

    Fix typos (#222)
---
 README.org   | 2 +-
 which-key.el | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index b21711f..7b0de1c 100644
--- a/README.org
+++ b/README.org
@@ -473,7 +473,7 @@
       ;; prefixes). Descriptions that are longer are truncated and have ".." 
added.
       (setq which-key-max-description-length 27)
 
-      ;; Use additonal padding between columns of keys. This variable 
specifies the
+      ;; Use additional padding between columns of keys. This variable 
specifies the
       ;; number of spaces to add to the left of each column.
       (setq which-key-add-column-padding 0)
 
diff --git a/which-key.el b/which-key.el
index 7a495ec..88775d4 100644
--- a/which-key.el
+++ b/which-key.el
@@ -110,7 +110,7 @@ artificially reducing the available width in the buffer.
 The default of 3 means allow for the total extra width
 contributed by any wide unicode characters to be up to one
 additional ASCII character in the which-key buffer.  Increase this
-number if you are seeing charaters get cutoff on the right side
+number if you are seeing characters get cutoff on the right side
 of the which-key popup."
   :group 'which-key
   :type 'integer)
@@ -1538,7 +1538,7 @@ in order for which-key to allow looking up a description 
for the key."
 (defun which-key--maybe-get-prefix-title (keys)
   "KEYS is a string produced by `key-description'.
 A title is possibly returned using
-`which-key--prefix-title-alist'.  An empty stiring is returned if
+`which-key--prefix-title-alist'.  An empty string is returned if
 no title exists."
   (cond
    ((not (string-equal keys ""))



reply via email to

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