From 09eadbb8951c3404c893e669ae2c4c5e6ad947cb Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 29 Jul 2013 00:13:47 -0700 Subject: Small edits to elisp --- elisp.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'elisp.html.markdown') diff --git a/elisp.html.markdown b/elisp.html.markdown index c99466b6..c7699d5b 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.2a) ;; ;; First make sure you read this text by Peter Norvig: @@ -14,7 +14,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: -- cgit v1.2.3