Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

fix parameter emacs-lisp-mode to emacs-lisp-mode-map #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sa82trip
Copy link

Thanks for providing this nice tutorial!
While I was studying Elisp with your tutorial I found one minor typo.

@@ -527,7 +527,7 @@ Now your function `foo` is interactive, you can use it in a
keybinding:

``` lisp
(define-key emacs-lisp-mode (kbd "C-c C-f") 'foo)
(define-key emacs-lisp-mode-mode (kbd "C-c C-f") 'foo)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There’s s typo in your change too! 🤪

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants