emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 8d0f8c1 37/40: Fix command names in comment


From: Daiki Ueno
Subject: [elpa] master 8d0f8c1 37/40: Fix command names in comment
Date: Fri, 22 Jan 2016 22:48:48 +0000

branch: master
commit 8d0f8c11e8b85f15503fef71a0dcc187bdc6cdbd
Author: Daiki Ueno <address@hidden>
Commit: Daiki Ueno <address@hidden>

    Fix command names in comment
---
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]