]> code.delx.au - gnu-emacs-elpa/commitdiff
Reorder commands in README.md
authorDaiki Ueno <ueno@gnu.org>
Sun, 17 Jan 2016 00:37:17 +0000 (09:37 +0900)
committerDaiki Ueno <ueno@gnu.org>
Sun, 17 Jan 2016 00:37:17 +0000 (09:37 +0900)
README.md

index 7d1139d181fbc45c02b7e665467099db15e27242..7f1af53f9fb5e3a47dba111bfb8047fb563ad06e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -27,11 +27,11 @@ Usage
 
 | Key         | Command                                                   |
 --------------|-----------------------------------------------------------|
-| C-c C-g C-g | Compute optimal alignment columns from the current region |
-| C-c C-g s   | Set alignment column to the current point                 |
-| C-c C-g g   | Guess alignment columns from the current region           |
 | 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-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 c   | Insert ```module_object```                                |
 | C-c C-g C   | Insert ```MODULE_OBJECT```                                |
 | C-c C-g C-c | Insert ```ModuleObject```                                 |