X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/44207eadd7f8eb9192e128a0108efeb5e7f88009..eaa2c7aa9b579e6adc5377eb3513d1ef5fac64e6:/packages/gnome-c-style/gnome-c-style.el diff --git a/packages/gnome-c-style/gnome-c-style.el b/packages/gnome-c-style/gnome-c-style.el index 589de3c67..66c657839 100644 --- a/packages/gnome-c-style/gnome-c-style.el +++ b/packages/gnome-c-style/gnome-c-style.el @@ -6,21 +6,20 @@ ;; Version: 0.1 ;; Maintainer: Daiki Ueno -;; This file is not part of GNU Emacs. +;; This file is part of GNU Emacs. -;; This program is free software: you can redistribute it and/or -;; modify it under the terms of the GNU General Public License as -;; published by the Free Software Foundation, either version 3 of the -;; License, or (at your option) any later version. +;; GNU Emacs is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. -;; This program is distributed in the hope that it will be useful, but -;; WITHOUT ANY WARRANTY; without even the implied warranty of -;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -;; General Public License for more details. +;; GNU Emacs is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with this program. If not, see -;; . +;; along with GNU Emacs. If not, see . ;;; Commentary: @@ -31,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