From bbde710a40ee25119d8d706886fecd5786182b20 Mon Sep 17 00:00:00 2001 From: Chenbo Li Date: Mon, 29 Jul 2013 12:33:13 +0800 Subject: typo --- elisp.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elisp.html.markdown') diff --git a/elisp.html.markdown b/elisp.html.markdown index 85a337d6..1d76ea88 100644 --- a/elisp.html.markdown +++ b/elisp.html.markdown @@ -171,7 +171,7 @@ filename: learn-emacs-lisp.el ;; Let's format a string: (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. ;; Let's refine our function by using format: -- cgit v1.2.3