# HG changeset patch # User Juanma Barranquero # Date 1264250092 -3600 # Node ID 7e2ebba4063d49fd758abba73cbcb904e61a3338 # Parent 368fd338fecd35cb0c22824575a3fbbabbb28bbe Tweak docstring and comment. diff -r 368fd338fecd -r 7e2ebba4063d lisp/progmodes/ada-mode.el --- 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)