diff options
author | Adam <adam@adambard.com> | 2013-07-29 00:13:47 -0700 |
---|---|---|
committer | Adam <adam@adambard.com> | 2013-07-29 00:13:47 -0700 |
commit | 09eadbb8951c3404c893e669ae2c4c5e6ad947cb (patch) | |
tree | 020cc2156a27a61c46624922be7b04a0438ea22c | |
parent | 60d8d603ece39a6f426af0e01838660ef5562e18 (diff) |
Small edits to elisp
-rw-r--r-- | elisp.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
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: |