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

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

[elpa] externals/hydra 49bef08465 12/35: Fix typos


From: ELPA Syncer
Subject: [elpa] externals/hydra 49bef08465 12/35: Fix typos
Date: Tue, 25 Oct 2022 22:59:05 -0400 (EDT)

branch: externals/hydra
commit 49bef08465c1ef1d36ef1a3785404eae2e132b74
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Fix typos
---
 doc/Changelog.org |  2 +-
 hydra-test.el     |  6 +++---
 hydra.el          | 10 +++++-----
 lv.el             |  2 +-
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/doc/Changelog.org b/doc/Changelog.org
index 429a7ddd8c..5d2d5d72c6 100644
--- a/doc/Changelog.org
+++ b/doc/Changelog.org
@@ -4,7 +4,7 @@
 *** defhydra
 
 **** New :base-map option in body plist
-In case your hydra conficts with el:hydra-base-map, you can now override it.
+In case your hydra conflicts with el:hydra-base-map, you can now override it.
 
 Example:
 #+begin_src elisp
diff --git a/hydra-test.el b/hydra-test.el
index 69ca77f963..2019c51801 100644
--- a/hydra-test.el
+++ b/hydra-test.el
@@ -1549,7 +1549,7 @@ y: back     | b: up
 
 ;; checked:
 ;; basic rendering
-;; column compatibility with ruby style and no colum specified
+;; column compatibility with ruby style and no column specified
 ;; column declared several time
 ;; nil column
 (ert-deftest hydra-column-basic ()
@@ -1632,7 +1632,7 @@ o: ok       | s: string
                                 ("s" split-window-below "split window" :color 
blue :column "Split Management")
                                 ("v" split-window-right "split window 
vertically" :color blue)
                                 ("d" delete-window "delete current window")
-                                ("f" follow-mode "toogle follow mode")
+                                ("f" follow-mode "toggle follow mode")
                                 ("u" winner-undo "undo window conf" :column 
"Undo/Redo")
                                 ("r" winner-redo "redo window conf")
                                 ("b" balance-windows "balance window height" 
:column "1-Sizing")
@@ -1645,7 +1645,7 @@ o: ok       | s: string
 z: ace      | s: split window            | u: undo window conf | b: balance 
window height
 h: ← window | v: split window vertically | r: redo window conf | m: maximize 
current window
 j: ↓ window | d: delete current window   |                     | M: minimize 
current window
-l: → window | f: toogle follow mode      |                     |
+l: → window | f: toggle follow mode      |                     |
 k: ↑ window |                            |                     |
 [q]: quit menu."
                    173 174 (face hydra-face-blue)
diff --git a/hydra.el b/hydra.el
index a33be7a351..3508532795 100644
--- a/hydra.el
+++ b/hydra.el
@@ -33,7 +33,7 @@
 ;; heads can be called in succession with only a short extension.
 ;; The Hydra is vanquished once Hercules, any binding that isn't the
 ;; Hydra's head, arrives.  Note that Hercules, besides vanquishing the
-;; Hydra, will still serve his orignal purpose, calling his proper
+;; Hydra, will still serve his original purpose, calling his proper
 ;; command.  This makes the Hydra very seamless, it's like a minor
 ;; mode that disables itself automagically.
 ;;
@@ -327,7 +327,7 @@ Exitable only through a blue head.")
     "Navigate to hydras with `find-function-search-for-symbol'."
     (prog1 ad-do-it
       (when (symbolp symbol)
-        ;; The orignial function returns (cons (current-buffer) (point))
+        ;; The original function returns (cons (current-buffer) (point))
         ;; if it found the point.
         (unless (cdr ad-return-value)
           (with-current-buffer (find-file-noselect library)
@@ -1072,7 +1072,7 @@ If CELL-FORMATS is nil, `hydra-cell-format' is used for 
all columns."
      (mapconcat #'identity x "    "))))
 
 (defun hydra-reset-radios (names)
-  "Set varibles NAMES to their defaults.
+  "Set variables NAMES to their defaults.
 NAMES should be defined by `defhydradio' or similar."
   (dolist (n names)
     (set n (aref (get n 'range) 0))))
@@ -1123,7 +1123,7 @@ Each head of NORMALIZED-HEADS must have a column 
property."
      finally return balanced-heads-groups))
 
 (defun hydra--generate-matrix (heads-groups)
-  "Return a copy of HEADS-GROUPS decorated with table formating information.
+  "Return a copy of HEADS-GROUPS decorated with table formatting information.
 Details of modification:
 2 virtual heads acting as table header were added to each heads-group.
 Each head is decorated with 2 new properties max-doc-len and max-key-len
@@ -1174,7 +1174,7 @@ representing the maximum dimension of their owning group.
 
 
 (defun hydra--hint-from-matrix (body heads-matrix)
-  "Generate a formated table-style docstring according to BODY and 
HEADS-MATRIX.
+  "Generate a formatted table-style docstring according to BODY and 
HEADS-MATRIX.
 HEADS-MATRIX is expected to be a list of heads with following features:
 Each heads must have the same length
 Each head must have a property max-key-len and max-doc-len."
diff --git a/lv.el b/lv.el
index af78610316..5cc06961b7 100644
--- a/lv.el
+++ b/lv.el
@@ -44,7 +44,7 @@
   :type 'boolean)
 
 (defcustom lv-use-padding nil
-  "Wheter to use horizontal padding in the LV window."
+  "Whether to use horizontal padding in the LV window."
   :group 'lv
   :type 'boolean)
 



reply via email to

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