Add missing "m key" to debugging and help base prefix

This commit is contained in:
smile13241324 2017-01-07 21:57:15 +01:00 committed by syl20bnr
parent 9468599ea4
commit c8e8280660
1 changed files with 2 additions and 2 deletions

View File

@ -216,7 +216,7 @@ Note: we don't distinguish between the file and the buffer. We can
implement an auto-save of the buffer before compiling the buffer.
** Debugging
The base prefix for debugging commands is ~SPC d~.
The base prefix for debugging commands is ~SPC m d~.
| Key Binding | Description |
|-------------+-------------------------|
@ -352,7 +352,7 @@ Major-mode code formatting is under prefix ~SPC m =~.
| ~m = f~ | format current function |
** Help or Documentation
The base prefix for help commands is ~SPC h~. Documentation is considered
The base prefix for help commands is ~SPC m h~. Documentation is considered
as an help command.
| Key | Description |