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
commit802d2a50bab80eb78d23b0004b657f3f49cf5e51 (patch)
treecce167eef76dbc94906b161d662fb3dc3c4c7c31 /lisp/=ada.el
parenta9aedd399d928ab900b9181973df5056e07f25df (diff)
downloademacs-802d2a50bab80eb78d23b0004b657f3f49cf5e51.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]: "))