diff options
author | Bastien Guerry <bzg@altern.org> | 2013-07-25 14:22:56 +0200 |
---|---|---|
committer | Bastien Guerry <bzg@altern.org> | 2013-07-25 14:22:56 +0200 |
commit | a446da2bd672a814d15b7b0da5d6b197d14305e4 (patch) | |
tree | 093247af9a6bdbfabde6162450457c548b67fd41 /elisp.html.markdown | |
parent | f707db04a094850cfbb069224489610f9ad333cc (diff) |
Fix typo.
Diffstat (limited to 'elisp.html.markdown')
-rw-r--r-- | elisp.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp.html.markdown b/elisp.html.markdown index 80cdc7eb..d5ba376d 100644 --- a/elisp.html.markdown +++ b/elisp.html.markdown @@ -43,7 +43,7 @@ filename: elisp.el ;; Elisp programs are made of symbolic expressions ("sexps"): (+ 2 2) -;; This symbolic expression reads as "Add 3 to 3". +;; This symbolic expression reads as "Add 2 to 2". ;; Sexps are enclosed into parentheses, possibly nested: (+ 2 (+ 1 1)) |