]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/ada-stmt.el
Update copyright year to 2015
[gnu-emacs] / lisp / progmodes / ada-stmt.el
index e48055c9f504591ba87d19a4cdff2ba42ef0c0e9..302bbc9a69004491bb87616069fdf29e247a6be4 100644 (file)
@@ -1,6 +1,7 @@
 ;;; ada-stmt.el --- an extension to Ada mode for inserting statement templates
 
-;; Copyright (C) 1987, 1993-1994, 1996-2011  Free Software Foundation, Inc.
+;; Copyright (C) 1987, 1993-1994, 1996-2015 Free Software Foundation,
+;; Inc.
 
 ;; Authors: Daniel Pfeiffer
 ;;     Markus Heritsch
@@ -56,7 +57,7 @@
 ;; BUGS:
 ;;;> I have the following suggestions for the function template: 1) I
 ;;;> don't want it automatically assigning it a name for the return variable. I
-;;;> never want it to be called "Result" because that is nondescriptive. If you
+;;;> never want it to be called "Result" because that is nondescript. If you
 ;;;> must define a variable, give me the ability to specify its name.
 ;;;>
 ;;;> 2) You do not provide a type for variable 'Result'. Its type is the same