diff options
author | Saurabh Sandav <justmailsaurabh@gmail.com> | 2015-10-22 18:39:33 +0530 |
---|---|---|
committer | Saurabh Sandav <justmailsaurabh@gmail.com> | 2015-10-22 18:51:43 +0530 |
commit | 1c0eee17a6022d135ae8911105719ddaa81b187c (patch) | |
tree | ab551e4ec76ad3f7bf80c1e15fc1d34d7964fbc6 | |
parent | e734e97ddb2ee13abf804126f876cf5d01fcad1b (diff) |
[elisp/en] Fix typo
-rw-r--r-- | elisp.html.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/elisp.html.markdown b/elisp.html.markdown index 3bed5d1c..da86cab3 100644 --- a/elisp.html.markdown +++ b/elisp.html.markdown @@ -2,6 +2,7 @@ language: elisp contributors: - ["Bastien Guerry", "http://bzg.fr"] + - ["Saurabh Sandav", "http://github.com/SaurabhSandav"] filename: learn-emacs-lisp.el --- @@ -26,7 +27,7 @@ filename: learn-emacs-lisp.el ;; ;; Going through this tutorial won't damage your computer unless ;; 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! ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; |