diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-03-06 04:08:54 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-03-06 04:10:45 +0100 |
commit | 4b5155673dcbffeb126a063a2288a360473cd845 (patch) | |
tree | dc530e19058eed2f4d4bf4effe2265c7339933cb /lisp/emacs-lisp | |
parent | 106e6f48bf3c48cc265ac12e3761afada0b31be5 (diff) | |
download | emacs-4b5155673dcbffeb126a063a2288a360473cd845.tar.gz emacs-4b5155673dcbffeb126a063a2288a360473cd845.tar.bz2 emacs-4b5155673dcbffeb126a063a2288a360473cd845.zip |
; Fix typo.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/easymenu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/easymenu.el b/lisp/emacs-lisp/easymenu.el index d3c3d5e65f1..87b34e7cd57 100644 --- a/lisp/emacs-lisp/easymenu.el +++ b/lisp/emacs-lisp/easymenu.el @@ -193,7 +193,7 @@ This is expected to be bound to a mouse event." (vector 'menu-bar (if (symbolp (car menu)) (car menu) ;; If a string, then use the downcased - ;; version for greater backwards compatibiltiy. + ;; version for greater backwards compatibility. (intern (downcase (car menu))))) (easy-menu-binding keymap (car menu)))))) |