Small edits to elisp

This commit is contained in:
Adam 2013-07-29 00:13:47 -07:00
parent 60d8d603ec
commit 09eadbb895

View File

@ -5,7 +5,7 @@ contributors:
filename: learn-emacs-lisp.el filename: learn-emacs-lisp.el
--- ---
```elisp ```scheme
;; This gives an introduction to Emacs Lisp in 15 minutes (v0.2a) ;; This gives an introduction to Emacs Lisp in 15 minutes (v0.2a)
;; ;;
;; First make sure you read this text by Peter Norvig: ;; 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: ;; Then install GNU Emacs 24.3:
;; ;;
;; Debian: apt-get install emacs (or see your distro instructions) ;; 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 ;; Windows: http://ftp.gnu.org/gnu/windows/emacs/emacs-24.3-bin-i386.zip
;; ;;
;; More general information can be found at: ;; More general information can be found at: