diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index 46b48f209..ad13df59e 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -663,11 +663,14 @@ All other keys work as intended by the underlying mode. Shadowed keys are moved according to the pattern: =a= → =A= → =C-a= → =C-A= For example, if the mode binds a function to =n=, that is found under =C-n= in -evilified state, while anything originally bound to =k= will be on =K=. +evilified state, since both =n= and =N= are reserved, but =C-n= is not. On the +other hand, anything originally bound to =k= will be found on =K=, since =k= is +reserved but =K= is not. If there is a binding on =K=, that will be moved to +=C-k=. In addition to this, =C-g=, being an important escape key in Emacs, is skipped. So anything bound to =g= originally will be found on =C-G=, since =g=, =G= and -=C-g= are reserved. +=C-g= are all reserved. ** States =Spacemacs= has 10 states: