From: Daiki Ueno Date: Fri, 22 Jan 2016 06:42:48 +0000 (+0900) Subject: Fix command names in comment X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/8d0f8c11e8b85f15503fef71a0dcc187bdc6cdbd Fix command names in comment --- 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