1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-01 04:20:39 +02:00

another semicolon typo

This commit is contained in:
Chenbo Li
2013-07-29 12:03:15 +08:00
parent 210a1313a2
commit 8eca753f71

View File

@@ -75,7 +75,7 @@ filename: learn-emacs-lisp.el
;; `C-j' inserts the result of the evaluation in the buffer. ;; `C-j' inserts the result of the evaluation in the buffer.
;; `C-xC-e' displays the same result in Emacs bottom line, ;; `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. ;; as we don't want to clutter the buffer with useless text.
;; `setq' stores a value into a variable: ;; `setq' stores a value into a variable: