summaryrefslogtreecommitdiffhomepage
path: root/elisp.html.markdown
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2017-07-04 14:01:21 +0200
committerGitHub <noreply@github.com>2017-07-04 14:01:21 +0200
commitccce8de379a01f893aada229d10d37e2cbc586b0 (patch)
tree08d731e8d07434376aa2e8e0d0fa178b831dae86 /elisp.html.markdown
parente95f38d53d918dc5d133ea0bbc33ff1937b4bd46 (diff)
Remove nonstandard contributor/author sections
Diffstat (limited to 'elisp.html.markdown')
-rw-r--r--elisp.html.markdown12
1 files changed, 0 insertions, 12 deletions
diff --git a/elisp.html.markdown b/elisp.html.markdown
index 9d9db82e..518ad985 100644
--- a/elisp.html.markdown
+++ b/elisp.html.markdown
@@ -9,8 +9,6 @@ filename: learn-emacs-lisp.el
```scheme
;; This gives an introduction to Emacs Lisp in 15 minutes (v0.2d)
;;
-;; Author: Bastien / @bzg2 / https://bzg.fr
-;;
;; First make sure you read this text by Peter Norvig:
;; http://norvig.com/21-days.html
;;
@@ -344,14 +342,4 @@ filename: learn-emacs-lisp.el
;;
;; To read an online introduction to Emacs Lisp:
;; https://www.gnu.org/software/emacs/manual/html_node/eintr/index.html
-
-;; Thanks to these people for their feedback and suggestions:
-;; - Wes Hardaker
-;; - notbob
-;; - Kevin Montuori
-;; - Arne Babenhauserheide
-;; - Alan Schmitt
-;; - LinXitoW
-;; - Aaron Meurer
-;; - spacegoing
```