1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-07 07:16:42 +02:00

Fix typos in elisp

Fix typos
This commit is contained in:
Chenbo Li
2013-07-29 11:39:18 +08:00
parent 210a1313a2
commit 07d909018f

View File

@@ -35,7 +35,7 @@ filename: learn-emacs-lisp.el
;; Now look at the gray line at the bottom of the window: ;; Now look at the gray line at the bottom of the window:
;; ;;
;; "*scratch*" is the name of the editing space you are now in. ;; "*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. ;; The scratch buffer is the default buffer when opening Emacs.
;; You are never editing files: you are editing buffers that you ;; You are never editing files: you are editing buffers that you