mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Doc fix.
This commit is contained in:
parent
f480bf4b74
commit
c8fa98ccfc
3 changed files with 16 additions and 13 deletions
|
|
@ -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]: "))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue