mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 15:24:09 +03:00
[elisp/en] Fix tiny typo (#2327)
This commit is contained in:
parent
804261b9e5
commit
c0183a42cd
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user