From: Daiki Ueno Date: Sat, 16 Jan 2016 08:39:04 +0000 (+0900) Subject: Fix wording in README.md X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/0d84312d445073a4a79f86f87517dc7f47aaf8d2 Fix wording in README.md --- diff --git a/README.md b/README.md index 24bfbb700..3ac893b55 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ Usage | Key | Command | --------------|---------------------------------------------------| | C-c C-g g | Guess alignment columns from the current region | -| C-c C-g s | Set alignment column to point | -| C-c C-g a | Align argument list at point | +| C-c C-g s | Set alignment column to the current point | +| C-c C-g a | Align argument list at the current point | | C-c C-g r | Align function declarations in the current region | | C-c C-g c | Insert ```module_object``` | | C-c C-g C | Insert ```MODULE_OBJECT``` |