summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ada-stmt.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/ada-stmt.el')
-rw-r--r--lisp/progmodes/ada-stmt.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/ada-stmt.el b/lisp/progmodes/ada-stmt.el
index 811e026d9ae..8c1a0d285ec 100644
--- a/lisp/progmodes/ada-stmt.el
+++ b/lisp/progmodes/ada-stmt.el
@@ -94,7 +94,7 @@ Prompt for component type and index subtypes."
(define-skeleton ada-case
"Build skeleton case statement.
-Prompt for the selector expression. Also builds the first when clause."
+Prompt for the selector expression. Also builds the first when clause."
"[selector expression]: "
"case " str " is" \n
> "when " ("discrete choice: " str " | ") -3 " =>" \n
@@ -266,7 +266,7 @@ prompting for the boolean-expression."
(define-skeleton ada-package-body
- "Insert a skeleton package body -- includes a begin statement."
+ "Insert a skeleton package body -- includes a begin statement."
"[package name]: "
"package body " str " is" \n
> _ \n
@@ -275,7 +275,7 @@ prompting for the boolean-expression."
(define-skeleton ada-private
- "Undent and start a private section of a package spec. Reindent."
+ "Undent and start a private section of a package spec. Reindent."
()
< "private" \n
>)