summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorfreesoftwareneedsfreetools <freesoftwareneedsfreetools@users.noreply.github.com>2016-08-07 16:21:54 -0500
committerven <vendethiel@hotmail.fr>2016-08-07 23:21:54 +0200
commitc0183a42cd8e52e5ee8d46645a41ab7c86f7a134 (patch)
tree16870464377ad8a71177eee5012ef66b80e13b80
parent804261b9e5d6c0686d7cbc236b239afe853db57f (diff)
[elisp/en] Fix tiny typo (#2327)
-rw-r--r--elisp.html.markdown2
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.