From: Stephen Leake Date: Sat, 23 Jan 2010 12:34:52 +0000 (+0100) Subject: Tweak docstring and comment. X-Git-Tag: emacs-pretest-23.1.92~30^2~3^2~14^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b06a3bb5cf7893bb2f6c910334926d7cd551a18e;p=emacs.git Tweak docstring and comment. --- diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index 6e7af70a683..a08e31e2016 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el @@ -257,7 +257,7 @@ Note that indentation is calculated only if `ada-indent-comment-as-code' is t. 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 @@ Return nil if the private is part of the package name, as in (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)