diff options
| author | freesoftwareneedsfreetools <freesoftwareneedsfreetools@users.noreply.github.com> | 2016-08-07 16:21:54 -0500 | 
|---|---|---|
| committer | ven <vendethiel@hotmail.fr> | 2016-08-07 23:21:54 +0200 | 
| commit | c0183a42cd8e52e5ee8d46645a41ab7c86f7a134 (patch) | |
| tree | 16870464377ad8a71177eee5012ef66b80e13b80 /elisp.html.markdown | |
| parent | 804261b9e5d6c0686d7cbc236b239afe853db57f (diff) | |
[elisp/en] Fix tiny typo (#2327)
Diffstat (limited to 'elisp.html.markdown')
| -rw-r--r-- | elisp.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/elisp.html.markdown b/elisp.html.markdown index da86cab3..c88d97f0 100644 --- a/elisp.html.markdown +++ b/elisp.html.markdown @@ -194,7 +194,7 @@ filename: learn-emacs-lisp.el  ;; And evaluate it:  (greeting "you") -;; Some function are interactive: +;; Some functions are interactive:  (read-from-minibuffer "Enter your name: ")  ;; Evaluating this function returns what you entered at the prompt. | 
