diff options
author | Bastien <bzg@users.noreply.github.com> | 2017-02-09 17:41:11 +0100 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2017-02-09 17:41:11 +0100 |
commit | feff890a569cfa3df3715a0283f87a7ef3e169f1 (patch) | |
tree | 03361b58dc142805e2894dd1037818cc1ec06491 /elisp.html.markdown | |
parent | eb1ed1729b9d9539e16e17590cfb911cd72a279e (diff) |
`[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.
Diffstat (limited to 'elisp.html.markdown')
-rw-r--r-- | elisp.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elisp.html.markdown b/elisp.html.markdown index 16a0311c..bda5f00f 100644 --- a/elisp.html.markdown +++ b/elisp.html.markdown @@ -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 |