[elisp/en] Fix tiny typo (#2327)

This commit is contained in:
freesoftwareneedsfreetools 2016-08-07 16:21:54 -05:00 committed by ven
parent 804261b9e5
commit c0183a42cd

View File

@ -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.