diff options
author | Christopher Zaborsky <rogue@erratum.com> | 1992-09-27 17:22:08 +0000 |
---|---|---|
committer | Christopher Zaborsky <rogue@erratum.com> | 1992-09-27 17:22:08 +0000 |
commit | 802d2a50bab80eb78d23b0004b657f3f49cf5e51 (patch) | |
tree | cce167eef76dbc94906b161d662fb3dc3c4c7c31 /lisp/=ada.el | |
parent | a9aedd399d928ab900b9181973df5056e07f25df (diff) | |
download | emacs-802d2a50bab80eb78d23b0004b657f3f49cf5e51.tar.gz |
Doc fix.
Diffstat (limited to 'lisp/=ada.el')
-rw-r--r-- | lisp/=ada.el | 2 |
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]: ")) |