Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Guerry committed Jul 25, 2013
1 parent f707db0 commit a446da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elisp.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit a446da2

Please sign in to comment.