mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00: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:
|
;; And evaluate it:
|
||||||
(greeting "you")
|
(greeting "you")
|
||||||
|
|
||||||
;; Some function are interactive:
|
;; Some functions are interactive:
|
||||||
(read-from-minibuffer "Enter your name: ")
|
(read-from-minibuffer "Enter your name: ")
|
||||||
|
|
||||||
;; Evaluating this function returns what you entered at the prompt.
|
;; Evaluating this function returns what you entered at the prompt.
|
||||||
|
Loading…
Reference in New Issue
Block a user