branch: externals/ergoemacs-mode
commit 67e8c66cfe6b12728db8d3f461f7f4e8a206d9fd
Merge: 6a3214e 8a65bf2
Author: Matthew Fidler <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #494 from wlandry/master
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)