summaryrefslogtreecommitdiff
path: root/lisp/ada.el
diff options
context:
space:
mode:
authorChristopher Zaborsky <rogue@erratum.com>1992-09-27 17:22:08 +0000
committerChristopher Zaborsky <rogue@erratum.com>1992-09-27 17:22:08 +0000
commitc8fa98ccfc86bac03eb119505abd8cbd112f387a (patch)
treeba9833d9b6d3e4f52427d6214af78c340a7da14f /lisp/ada.el
parentf480bf4b7488262c17f773bbfc6458c9d823b0dd (diff)
downloademacs-c8fa98ccfc86bac03eb119505abd8cbd112f387a.tar.gz
Doc fix.
Diffstat (limited to 'lisp/ada.el')
-rw-r--r--lisp/ada.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ada.el b/lisp/ada.el
index e93d36fdd11..6cb305c3425 100644
--- a/lisp/ada.el
+++ b/lisp/ada.el
@@ -393,7 +393,7 @@ Indent for the first line of code."
(ada-tab))
(defun ada-loop ()
- "Insert a skeleton loop statement. exit statement added by hand."
+ "Insert a skeleton loop statement. The exit statement is added by hand."
(interactive)
(insert "loop ")
(let* ((ada-loop-name (read-string "[loop name]: "))