From 4b0d7675c17c7d203952c37724de4083fce0dc52 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Thu, 15 Jun 2023 10:16:02 +0300 Subject: [PATCH] Update autoscratch.el Fixed typo in example documentation. --- autoscratch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoscratch.el b/autoscratch.el index d2c3a92..06e5aa9 100644 --- a/autoscratch.el +++ b/autoscratch.el @@ -214,7 +214,7 @@ Executes `autoscratch-trigger-hook' after evaluation. Supported values for FORM include: 'emacs-lisp-mode '(lambda() (emacs-lisp-mode) - '(emacs-lisp-mmode)" + '(emacs-lisp-mode)" (if (autoscratch--function-p form) (funcall form) (eval form))