]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix keybindings in README.md
authorDaiki Ueno <ueno@gnu.org>
Sat, 23 Jan 2016 01:33:59 +0000 (10:33 +0900)
committerDaiki Ueno <ueno@gnu.org>
Sat, 23 Jan 2016 01:34:16 +0000 (10:34 +0900)
README.md

index 7211107162c45691ab589d38eacb581ea561f6d3..c4f6306a3cc85f33f3d7de99e02bc81d3b1d099f 100644 (file)
--- 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```                                 |