Typo fixes.

This commit is contained in:
Xue Fuqiao 2015-06-27 20:04:38 +08:00 committed by syl20bnr
parent 0b36ce4d1f
commit 8ad4c25c3c
2 changed files with 2 additions and 2 deletions

View File

@ -1496,7 +1496,7 @@ The mode-line has the following format =[x/y] d (D:a, F:b)= where:
*** Bookmarks
Bookmarks can be set anywhere in a file. Bookmarks are persistent. They are very
useful to jump to/open a known project. =Spacemacs= used =helm-bookmarks= to
useful to jump to/open a known project. =Spacemacs= uses =helm-bookmarks= to
manage them.
Open an =helm= window with the current bookmarks by pressing: ~SPC h b~

View File

@ -165,7 +165,7 @@ Can be installed with `brew install trash'."
;; Save clipboard contents into kill-ring before replace them
(setq save-interprogram-paste-before-kill t)
;; Single space between sentencs is more widespread than double
;; Single space between sentences is more widespread than double
(setq-default sentence-end-double-space nil)
;; ---------------------------------------------------------------------------