1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-04 22:07:52 +02:00

[elisp/en] Fix typo

This commit is contained in:
Saurabh Sandav
2015-10-22 18:39:33 +05:30
parent e734e97ddb
commit 1c0eee17a6

View File

@@ -2,6 +2,7 @@
language: elisp language: elisp
contributors: contributors:
- ["Bastien Guerry", "http://bzg.fr"] - ["Bastien Guerry", "http://bzg.fr"]
- ["Saurabh Sandav", "http://github.com/SaurabhSandav"]
filename: learn-emacs-lisp.el filename: learn-emacs-lisp.el
--- ---
@@ -26,7 +27,7 @@ filename: learn-emacs-lisp.el
;; ;;
;; Going through this tutorial won't damage your computer unless ;; Going through this tutorial won't damage your computer unless
;; you get so angry that you throw it on the floor. In that case, ;; you get so angry that you throw it on the floor. In that case,
;; I hereby decline any responsability. Have fun! ;; I hereby decline any responsibility. Have fun!
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;