diff options
| author | Daiki Ueno <ueno@gnu.org> | 2016-01-22 15:42:48 +0900 |
|---|---|---|
| committer | Daiki Ueno <ueno@gnu.org> | 2016-01-22 15:42:48 +0900 |
| commit | 8d0f8c11e8b85f15503fef71a0dcc187bdc6cdbd (patch) | |
| tree | 9a47e4e0fc20f8fe169d5a8a3027887dc0d7a1b6 | |
| parent | 957d39595df2da7960204f13432dce3db021ffda (diff) | |
Fix command names in comment
| -rw-r--r-- | gnome-c-style.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnome-c-style.el b/gnome-c-style.el index b7615d7..66c6578 100644 --- a/gnome-c-style.el +++ b/gnome-c-style.el @@ -30,10 +30,10 @@ ;; <https://developer.gnome.org/programming-guidelines/stable/c-coding-style.html.en#functions> ;; ;; It basically provides two functions: code alignment and snippet -;; insertion. To align code, use `gnome-c-style-align-region' to -;; line-up multiple function declarations in region, and -;; `gnome-c-style-align-at-point' to line-up arguments in the argument -;; list at point. +;; insertion. To align code, use `gnome-c-style-align-decls-region' +;; to line-up multiple function declarations in region, and +;; `gnome-c-style-align-arglist-at-point' to line-up arguments in the +;; argument list at point. ;; ;; To insert code snippet, use `gnome-c-snippet-insert'. The command ;; will let you choose a template to be inserted. This package also |
