Fix grammar to be more consistent and discoverable

This commit is contained in:
nashamri 2015-11-12 11:48:19 +00:00 committed by Eivind Fonn
parent b67cd298c4
commit f0a05d1d54
1 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@
* Spacemacs documentation :TOC_4_org:noexport: * Spacemacs documentation :TOC_4_org:noexport:
- [[Core Pillars][Core Pillars]] - [[Core Pillars][Core Pillars]]
- [[Mnemonic][Mnemonic]] - [[Mnemonic][Mnemonic]]
- [[Discoverability][Discoverability]] - [[Discoverable][Discoverable]]
- [[Consistency][Consistency]] - [[Consistent][Consistent]]
- [[Crowd-Configured][Crowd-Configured]] - [[Crowd-Configured][Crowd-Configured]]
- [[Goals][Goals]] - [[Goals][Goals]]
- [[Screenshots][Screenshots]] - [[Screenshots][Screenshots]]
@ -193,7 +193,7 @@ Spacemacs organizes key bindings by mnemonic namespaces as much as possible.
If you are looking for commands to operate on your buffer, they are right under If you are looking for commands to operate on your buffer, they are right under
~SPC b~, if you want to operate on your project, then it is ~SPC p~, etc... ~SPC b~, if you want to operate on your project, then it is ~SPC p~, etc...
** Discoverability ** Discoverable
Spacemacs comes with a dedicated major mode =spacemacs-mode=. Its goal is to Spacemacs comes with a dedicated major mode =spacemacs-mode=. Its goal is to
give useful feedbacks and easily perform maintenance tasks. give useful feedbacks and easily perform maintenance tasks.
@ -203,7 +203,7 @@ more.
[[https://github.com/justbur/emacs-which-key][which-key]] is enabled by default, it will display all the available key bindings [[https://github.com/justbur/emacs-which-key][which-key]] is enabled by default, it will display all the available key bindings
in a dedicated popup buffer. in a dedicated popup buffer.
** Consistency ** Consistent
Similar functionalities should have the same key binding no matter which major Similar functionalities should have the same key binding no matter which major
is currently active. For instance if you are looking for the definition of a is currently active. For instance if you are looking for the definition of a
function, the binding is ~SPC m g g~, =m= for =major mode= and =g g= for =go to function, the binding is ~SPC m g g~, =m= for =major mode= and =g g= for =go to