Skip to content

Commit

Permalink
Fix typos in doc for safe structural editing
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Jan 4, 2018
1 parent f142ea6 commit 5700fc5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions layers/+lang/clojure/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions layers/+lang/common-lisp/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions layers/+lang/emacs-lisp/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions layers/+lang/racket/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions layers/+lang/scheme/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5700fc5

Please sign in to comment.