diff options
author | Bastien <bzg@altern.org> | 2013-07-29 04:26:59 -0700 |
---|---|---|
committer | Bastien <bzg@altern.org> | 2013-07-29 04:26:59 -0700 |
commit | d9b700da2580f1a341319118601c4e8cfd0e013a (patch) | |
tree | 995d8ec836721e55a8a78b84430f4f7396cc78af | |
parent | 210a1313a248cbabfc2a1684c49f2ccd7b563217 (diff) | |
parent | 8eca753f715247038faddad88c039866487d3efa (diff) |
Merge pull request #3 from lichenbo/patch-1
another semicolon typo
-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 c99466b6..60bff3e8 100644 --- a/elisp.html.markdown +++ b/elisp.html.markdown @@ -75,7 +75,7 @@ filename: learn-emacs-lisp.el ;; `C-j' inserts the result of the evaluation in the buffer. ;; `C-xC-e' displays the same result in Emacs bottom line, -;: called the "minibuffer". We will generally use `C-xC-e', +;; called the "minibuffer". We will generally use `C-xC-e', ;; as we don't want to clutter the buffer with useless text. ;; `setq' stores a value into a variable: |