From 8d0f8c11e8b85f15503fef71a0dcc187bdc6cdbd Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Fri, 22 Jan 2016 15:42:48 +0900 Subject: [PATCH 1/1] Fix command names in comment --- gnome-c-style.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnome-c-style.el b/gnome-c-style.el index b7615d75e..66c657839 100644 --- a/gnome-c-style.el +++ b/gnome-c-style.el @@ -30,10 +30,10 @@ ;; ;; ;; 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 -- 2.39.2