summaryrefslogtreecommitdiffhomepage
path: root/elisp.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'elisp.html.markdown')
-rw-r--r--elisp.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/elisp.html.markdown b/elisp.html.markdown
index 740d44aa..d3910759 100644
--- a/elisp.html.markdown
+++ b/elisp.html.markdown
@@ -5,7 +5,7 @@ contributors:
filename: learn-emacs-lisp.el
---
-```elisp
+```scheme
;; This gives an introduction to Emacs Lisp in 15 minutes (v0.2d)
;;
;; Author: Bastien / @bzg2 / http://bzg.fr
@@ -16,7 +16,7 @@ filename: learn-emacs-lisp.el
;; Then install GNU Emacs 24.3:
;;
;; Debian: apt-get install emacs (or see your distro instructions)
-;; MacOSX: http://emacsformacosx.com/emacs-builds/Emacs-24.3-universal-10.6.8.dmg
+;; OSX: http://emacsformacosx.com/emacs-builds/Emacs-24.3-universal-10.6.8.dmg
;; Windows: http://ftp.gnu.org/gnu/windows/emacs/emacs-24.3-bin-i386.zip
;;
;; More general information can be found at: