Skip to content

Commit 23ebb3a

Browse files
primeossyl20bnr
authored andcommitted
Fix some minor mistakes and typos in the documentation
1 parent 12ff0a5 commit 23ebb3a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

doc/DOCUMENTATION.org

+12-12
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ of the configuration, this is a powerful feature which allows you to quickly
708708
remove any feature from Spacemacs.
709709

710710
*Note:* A few packages are essential for Spacemacs to correctly operate, those
711-
packages are protected and cannot be excluded or unsintalled even if they become
711+
packages are protected and cannot be excluded or uninstalled even if they become
712712
orphans or are excluded. =use-package= is an example of a protected package that
713713
cannot be removed from Spacemacs.
714714

@@ -761,7 +761,7 @@ To bind keys in Hybrid editing style (=hybrid state=):
761761
#+END_SRC
762762

763763
This style can be tweaked to be more like Emacs or more like Vim depending
764-
on the user preferences. The following variable are available to change the
764+
on the user preferences. The following variables are available to change the
765765
style configuration:
766766

767767
- =hybrid-mode-default-state= The default state when opening a new buffer,
@@ -844,7 +844,7 @@ are in =normal= mode by pressing the ~SPC~ leader key, here are a few examples:
844844
The universal argument ~C-u~ is an important command in Emacs but it is also a
845845
very handy Vim key binding to scroll up.
846846

847-
Spacemacs binds ~C-u~ to =scroll-up= and change the universal argument binding
847+
Spacemacs binds ~C-u~ to =scroll-up= and changes the universal argument binding
848848
to ~SPC u~.
849849

850850
*Note*: ~SPC u~ is not working before =helm-M-x= (~SPC SPC~). Instead, call
@@ -976,7 +976,7 @@ Spacemacs has a minimalistic and distraction free graphical UI:
976976
** Color themes
977977
The official Spacemacs theme is [[https://github.com/nashamri/spacemacs-theme][spacemacs-dark]] and it is the default theme
978978
installed when you first started Spacemacs. There are two variants of the
979-
theme, a dark one and a light one. Some aspect of these themes can be customized
979+
theme, a dark one and a light one. Some aspects of these themes can be customized
980980
in the function =dotspacemacs/user-init= of your =~/.spacemacs=:
981981
- the comment background with the boolean =spacemacs-theme-comment-bg=
982982
- the height of org section titles with =spacemacs-theme-org-height=
@@ -2548,7 +2548,7 @@ Text related commands (start with ~x~):
25482548
| ~SPC x a ;~ | align region at ; |
25492549
| ~SPC x a =~ | align region at = |
25502550
| ~SPC x a a~ | align region (or guessed section) using default rules |
2551-
| ~SPC x a c~ | align current intendation region using default rules |
2551+
| ~SPC x a c~ | align current indentation region using default rules |
25522552
| ~SPC x a r~ | align region using user-specified regexp |
25532553
| ~SPC x a m~ | align region at arithmetic operators (+-*/) |
25542554
| ~SPC x a ¦~ | align region at ¦ |
@@ -2656,7 +2656,7 @@ In transient state:
26562656
| Any other key | leave the transient state |
26572657

26582658
*Tips:* you can increase or decrease a value by more that once by using a prefix
2659-
argument (ie. ~10 SPC n +~ will add 10 to the number under point).
2659+
argument (i.e. ~10 SPC n +~ will add 10 to the number under point).
26602660

26612661
*** Spell checking
26622662
Spell checking is enabled by including the [[../layers/+checkers/spell-checking][spell
@@ -2701,12 +2701,12 @@ There are also ~a~ variants that include whitespace. Example (=|= indicates poin
27012701
The displayed text of a buffer can be narrowed with the commands (start with
27022702
~n~):
27032703

2704-
| Key Binding | Description |
2705-
|-------------+-------------------------------------------|
2706-
| ~SPC n f~ | narrow the buffer to the current function |
2707-
| ~SPC n p~ | narrow the buffer to the visible page |
2708-
| ~SPC n r~ | narrow the buffer to the selected text |
2709-
| ~SPC n w~ | widen, i.e show the whole buffer again |
2704+
| Key Binding | Description |
2705+
|-------------+--------------------------------------------|
2706+
| ~SPC n f~ | narrow the buffer to the current function |
2707+
| ~SPC n p~ | narrow the buffer to the visible page |
2708+
| ~SPC n r~ | narrow the buffer to the selected text |
2709+
| ~SPC n w~ | widen, i.e. show the whole buffer again |
27102710

27112711
*** Replacing text with iedit
27122712
Spacemacs uses the powerful [[https://github.com/tsdh/iedit][iedit]] mode through [[https://github.com/syl20bnr/evil-iedit-state][evil-iedit-state]] to quickly

0 commit comments

Comments
 (0)