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

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

[elpa] externals/ergoemacs-mode 8a65bf2 59/87: Fix typos (dispaly -> dis


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 8a65bf2 59/87: Fix typos (dispaly -> display)
Date: Wed, 14 Apr 2021 18:47:08 -0400 (EDT)

branch: externals/ergoemacs-mode
commit 8a65bf2ffb4698f1848070cc84ecaf87d891d850
Author: Walter Landry <wlandry@caltech.edu>
Commit: Walter Landry <wlandry@caltech.edu>

    Fix typos (dispaly -> display)
---
 ergoemacs-key-description.el | 2 +-
 ergoemacs-mode.el            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ergoemacs-key-description.el b/ergoemacs-key-description.el
index ec04a42..5d304f6 100644
--- a/ergoemacs-key-description.el
+++ b/ergoemacs-key-description.el
@@ -123,7 +123,7 @@ This assumes `ergoemacs-display-unicode-characters' is 
non-nil.  When
     alt-char))
 
 (defun ergoemacs-key-description--unicode-char (&rest chars)
-  "Return the first dispalyable character in CHARS.
+  "Return the first displayable character in CHARS.
 This uses `ergoemacs-key-description--unicode-char--internal'"
   (if ergoemacs-use-unicode-symbols
       (let* ((char-list chars)
diff --git a/ergoemacs-mode.el b/ergoemacs-mode.el
index 5b18155..001c343 100644
--- a/ergoemacs-mode.el
+++ b/ergoemacs-mode.el
@@ -839,7 +839,7 @@ Valid values are:
   :initialize #'custom-initialize-default
   :group 'ergoemacs-mode)
 
-(defgroup ergoemacs-dispaly nil
+(defgroup ergoemacs-display nil
   "Display Options for `ergoemacs-mode'."
   :group 'ergoemacs-mode)
 



reply via email to

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