diff options
author | Chenbo Li <lichenbo1949@gmail.com> | 2013-07-29 11:39:18 +0800 |
---|---|---|
committer | Chenbo Li <lichenbo1949@gmail.com> | 2013-07-29 11:39:18 +0800 |
commit | 07d909018f2436cc7c30dad83c5b4f590af4ea0d (patch) | |
tree | 5f1787ed6c17bce6ce95db6e1ac4452fa30c020f | |
parent | 210a1313a248cbabfc2a1684c49f2ccd7b563217 (diff) |
Fix typos in elisp
Fix typos
-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..85a337d6 100644 --- a/elisp.html.markdown +++ b/elisp.html.markdown @@ -35,7 +35,7 @@ filename: learn-emacs-lisp.el ;; Now look at the gray line at the bottom of the window: ;; ;; "*scratch*" is the name of the editing space you are now in. -;: This editing space is called a "buffer". +;; This editing space is called a "buffer". ;; ;; The scratch buffer is the default buffer when opening Emacs. ;; You are never editing files: you are editing buffers that you |