changeset 106958:7e2ebba4063d

Tweak docstring and comment.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 23 Jan 2010 13:34:52 +0100
parents 368fd338fecd
children 55db4345f5e3
files lisp/progmodes/ada-mode.el
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/ada-mode.el	Thu Jan 21 13:25:54 2010 +0100
+++ b/lisp/progmodes/ada-mode.el	Sat Jan 23 13:34:52 2010 +0100
@@ -257,7 +257,7 @@
 
 For instance:
     A := 1;   --  A multi-line comment
-	      --  aligned if ada-indent-align-comments is t"
+	      --  aligned if `ada-indent-align-comments' is t"
   :type 'boolean :group 'ada)
 
 (defcustom ada-indent-comment-as-code t
@@ -4163,8 +4163,7 @@
 
 
 (defun ada-in-paramlist-p ()
-  "Return t if point is inside the parameter-list of a declaration,
-but not a subprogram call or aggregate."
+  "Return t if point is inside the parameter-list of a declaration, but not a subprogram call or aggregate."
   (save-excursion
     (and
      (ada-search-ignore-string-comment "(\\|)" t nil t)