diff lisp/=ada.el @ 1233:e795fe80b14e

Doc fix.
author Christopher Zaborsky <rogue@erratum.com>
date Sun, 27 Sep 1992 17:22:08 +0000
parents 213978acbc1e
children 10e417efb12a
line wrap: on
line diff
--- a/lisp/=ada.el	Sun Sep 27 02:42:08 1992 +0000
+++ b/lisp/=ada.el	Sun Sep 27 17:22:08 1992 +0000
@@ -393,7 +393,7 @@
   (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]: "))