diff options
author | Adam <adam@adambard.com> | 2015-12-04 14:46:48 +0700 |
---|---|---|
committer | Adam <adam@adambard.com> | 2015-12-04 14:46:48 +0700 |
commit | 1b95655b3cb227e43aecbfd844763eda1a07957c (patch) | |
tree | 932a8821271122fa93ac7d7a6560d7f61fd9b389 /elisp.html.markdown | |
parent | 60b2f9dbdc9b658d2d96d3cb6c146b6e82245d9c (diff) | |
parent | 3e0216bbcc30e98b57bd39b27bafc78ceb5cbe7e (diff) |
t push origin masterMerge branch 'master' of github.com:adambard/learnxinyminutes-docs
Diffstat (limited to 'elisp.html.markdown')
-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! ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; |