summaryrefslogtreecommitdiffhomepage
path: root/elisp.html.markdown
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-05-27 12:15:14 -0600
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-05-27 12:15:14 -0600
commit12ecedd4f51ec9f61b45058755c161d773e1be40 (patch)
tree75d936e5298d5e8e58f7f771808bdb95cf8f833e /elisp.html.markdown
parente1bc8441e80800278f4276906b0c9f6c14b28eee (diff)
Correct highlighted lanugages
Diffstat (limited to 'elisp.html.markdown')
-rw-r--r--elisp.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp.html.markdown b/elisp.html.markdown
index 5d98ceff..1355e6c3 100644
--- a/elisp.html.markdown
+++ b/elisp.html.markdown
@@ -7,7 +7,7 @@ contributors:
filename: learn-emacs-lisp.el
---
-```scheme
+```elisp
;; This gives an introduction to Emacs Lisp in 15 minutes (v0.2d)
;;
;; First make sure you read this text by Peter Norvig: