aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorPaul Eggert2011-12-21 01:58:39 -0800
committerPaul Eggert2011-12-21 01:58:39 -0800
commit6196cffecf7dcc2a777025137db6ab77ff45a105 (patch)
tree1e013215fbbeafa1c35d84ae8524c66e7ccdfe3f /lisp/progmodes
parentd3098e1ec618fc043568be481b487f3bf7689bad (diff)
downloademacs-6196cffecf7dcc2a777025137db6ab77ff45a105.tar.gz
emacs-6196cffecf7dcc2a777025137db6ab77ff45a105.zip
Spelling fixes.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/ada-stmt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ada-stmt.el b/lisp/progmodes/ada-stmt.el
index e48055c9f50..b33da441eeb 100644
--- a/lisp/progmodes/ada-stmt.el
+++ b/lisp/progmodes/ada-stmt.el
@@ -56,7 +56,7 @@
56;; BUGS: 56;; BUGS:
57;;;> I have the following suggestions for the function template: 1) I 57;;;> I have the following suggestions for the function template: 1) I
58;;;> don't want it automatically assigning it a name for the return variable. I 58;;;> don't want it automatically assigning it a name for the return variable. I
59;;;> never want it to be called "Result" because that is nondescriptive. If you 59;;;> never want it to be called "Result" because that is nondescript. If you
60;;;> must define a variable, give me the ability to specify its name. 60;;;> must define a variable, give me the ability to specify its name.
61;;;> 61;;;>
62;;;> 2) You do not provide a type for variable 'Result'. Its type is the same 62;;;> 2) You do not provide a type for variable 'Result'. Its type is the same