Fix typos in doc for safe structural editing

This commit is contained in:
syl20bnr 2018-01-04 01:55:54 -05:00
parent f142ea6a32
commit 5700fc5b0a
5 changed files with 14 additions and 14 deletions

View File

@ -130,11 +130,11 @@ separated) to narrow down the list. For example, try typing in sort map to see
some functions that deal with sorting maps.
** Structuraly safe editing
This layer add support for =evil-cleverparens= which allows safely edit
This layer adds support for =evil-cleverparens= which allows to safely edit
lisp code by keeping the s-expressions balanced.
By default this mode is not activated. You can turn it on locally on a the
active buffer with ~SPC m T s~ (=s= for safe).
By default this mode is not activated. You can turn it on locally on the active
buffer with ~SPC m T s~ (=s= for safe).
To turn it on automatically for all =clojure= buffers call the following
function in your =dotspacemacs/user-config= function:

View File

@ -42,11 +42,11 @@ of Common Lisp, you can specify it in your =~/.spacemacs=
#+END_SRC
* Structuraly safe editing
This layer add support for =evil-cleverparens= which allows safely edit
This layer adds support for =evil-cleverparens= which allows to safely edit
lisp code by keeping the s-expressions balanced.
By default this mode is not activated. You can turn it on locally on a the
active buffer with ~SPC m T s~ (=s= for safe).
By default this mode is not activated. You can turn it on locally on the active
buffer with ~SPC m T s~ (=s= for safe).
To turn it on automatically for all =common-lisp= buffers call the following
function in your =dotspacemacs/user-config= function:

View File

@ -129,11 +129,11 @@ dotfile:
#+END_SRC
* Structuraly safe editing
This layer add support for =evil-cleverparens= which allows safely edit
This layer adds support for =evil-cleverparens= which allows to safely edit
lisp code by keeping the s-expressions balanced.
By default this mode is not activated. You can turn it on locally on a the
active buffer with ~SPC m T s~ (=s= for safe).
By default this mode is not activated. You can turn it on locally on the active
buffer with ~SPC m T s~ (=s= for safe).
To turn it on automatically for all =emacs-lisp= buffers call the following
function in your =dotspacemacs/user-config= function:

View File

@ -35,10 +35,10 @@ raco pkg install drracket
#+END_SRC
* Structuraly safe editing
This layer add support for =evil-cleverparens= which allows safely edit
This layer adds support for =evil-cleverparens= which allows to safely edit
lisp code by keeping the s-expressions balanced.
By default this mode is not activated. You can turn it on locally on a the
By default this mode is not activated. You can turn it on locally on the
active buffer with ~SPC m T s~ (=s= for safe).
To turn it on automatically for all =racket= buffers call the following

View File

@ -36,11 +36,11 @@ For full Chicken support, the following commands should be run:
#+END_SRC
* Structuraly safe editing
This layer add support for =evil-cleverparens= which allows safely edit
This layer adds support for =evil-cleverparens= which allows to safely edit
lisp code by keeping the s-expressions balanced.
By default this mode is not activated. You can turn it on locally on a the
active buffer with ~SPC m T s~ (=s= for safe).
By default this mode is not activated. You can turn it on locally on the active
buffer with ~SPC m T s~ (=s= for safe).
To turn it on automatically for all =scheme= buffers call the following
function in your =dotspacemacs/user-config= function: