Skip to content

Commit

Permalink
[elisp/fr] minibuffer -> echo area (#4522)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgar-vincent authored May 13, 2024
1 parent 9e75ad7 commit f3fc404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fr-fr/elisp-fr.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ lang: fr-fr
;; `C-j' insère le résultat de l'évaluation dans le buffer.
;; `C-x C-e' affiche le même résultat dans la ligne tout en bas
;; d'Emacs, appelée le "minibuffer". On utilise en général `C-x C-e',
;; d'Emacs, appelée l' "echo area". On utilise en général `C-x C-e',
;; pour ne pas encombrer le buffer avec du texte inutile.
;; `setq' assigne une valeur à une variable :
(setq my-name "Bastien")
;; `C-x C-e' => "Bastien" (affiché dans le minibuffer)
;; `C-x C-e' => "Bastien" (affiché dans l'*echo area*)
;; `insert' va insérer "Hello!" là où se trouve le curseur :
(insert "Hello!")
Expand Down

0 comments on commit f3fc404

Please sign in to comment.