]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/gnome-c-style/gnome-c-style.el
Merge commit '1054ea1bc5b07a1438a18c1b33f4266b28ff9d77'
[gnu-emacs-elpa] / packages / gnome-c-style / gnome-c-style.el
index b7615d75e3ebfca3a0fc3308db275497584daf68..66c657839ee7af95e1a882a8dc11d6fb868e8498 100644 (file)
 ;; <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