1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
This commit is contained in:
Christopher Zaborsky 1992-09-27 17:22:08 +00:00
parent f480bf4b74
commit c8fa98ccfc
3 changed files with 16 additions and 13 deletions

View file

@ -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]: "))