branch: master commit cca4a06802b59ed6d418d7b99c8fbad05c793066 Author: Daiki Ueno <u...@gnu.org> Commit: Daiki Ueno <u...@gnu.org>
Fix keybindings in README.md --- README.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index 7211107..c4f6306 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Usage | C-c C-g r | Align function declarations in the current region | | C-c C-g C-g | Compute optimal alignment columns from the current region | | C-c C-g g | Guess alignment columns from the current region | -| C-c C-g s | Set alignment column to the current point | +| C-c C-g f | Set alignment column to the current point | | C-c C-g c | Insert ```module_object``` | | C-c C-g C | Insert ```MODULE_OBJECT``` | | C-c C-g C-c | Insert ```ModuleObject``` |