branch: externals/ergoemacs-mode commit 8a65bf2ffb4698f1848070cc84ecaf87d891d850 Author: Walter Landry <wlan...@caltech.edu> Commit: Walter Landry <wlan...@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)