mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-06 06:47:54 +02:00
typo
This commit is contained in:
@@ -171,7 +171,7 @@ filename: learn-emacs-lisp.el
|
|||||||
;; Let's format a string:
|
;; Let's format a string:
|
||||||
(format "Hello %s!\n" "visitor")
|
(format "Hello %s!\n" "visitor")
|
||||||
|
|
||||||
;; %s is a place-holder for a string, replaced by "Alice".
|
;; %s is a place-holder for a string, replaced by "visitor".
|
||||||
;; \n is the newline character.
|
;; \n is the newline character.
|
||||||
|
|
||||||
;; Let's refine our function by using format:
|
;; Let's refine our function by using format:
|
||||||
|
Reference in New Issue
Block a user