1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-16 11:45:04 +02:00

[fr/elisp] Add french translation of the elisp tutorial (#2570)

* clojure.html.markdown: Fix an error (s/value/key)

* Add french translation of the elisp tutorial.

* elisp: s/http/https

* fr-fr/elisp: Fix typo and missing translation.

* fr-fr/elisp: Fix spaces

* elisp: Add contributor.

* fr-fr/elisp: s/mini-buffer/minibuffer.

* fr-fr/elisp: Fix translation.

* fr-fr/elisp: Fix translation.

* fr-fr/elisp: Fix typo.

* fr-fr/elisp: Fix missing translation.

* fr-fr/elisp: Fix content.

* fr-fr/elisp: Fix typo.

* fr-fr/elisp: Fix keybindings display.

* fr-fr/elisp: Fix double space.

* fr-fr/elisp: Fix double space.

* fr-fr/elisp: Fix more spaces.

* fr-fr:elisp: Fix double space.
This commit is contained in:
Bastien
2017-02-09 17:41:11 +01:00
committed by ven
parent eb1ed1729b
commit feff890a56
2 changed files with 374 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
---
language: elisp
contributors:
- ["Bastien Guerry", "http://bzg.fr"]
- ["Bastien Guerry", "https://bzg.fr"]
- ["Saurabh Sandav", "http://github.com/SaurabhSandav"]
filename: learn-emacs-lisp.el
---
@@ -9,7 +9,7 @@ filename: learn-emacs-lisp.el
```scheme
;; This gives an introduction to Emacs Lisp in 15 minutes (v0.2d)
;;
;; Author: Bastien / @bzg2 / http://bzg.fr
;; Author: Bastien / @bzg2 / https://bzg.fr
;;
;; First make sure you read this text by Peter Norvig:
;; http://norvig.com/21-days.html