]> git.eshelyaron.com Git - emacs.git/commitdiff
(ada-make-body): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 19 Nov 2006 01:35:31 +0000 (01:35 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 19 Nov 2006 01:35:31 +0000 (01:35 +0000)
lisp/progmodes/ada-mode.el

index 8b9394ab0862a876c6bc84c74883060dfded4c66..ccd91d3b06053e94a3c28ebf900003be9c77fb61 100644 (file)
@@ -5421,7 +5421,7 @@ for `ada-procedure-start-regexp'."
 (defun ada-make-body ()
   "Create an Ada package body in the current buffer.
 The spec must be the previously visited buffer.
-This function typically is to be hooked into `ff-file-created-hooks'."
+This function typically is to be hooked into `ff-file-created-hook'."
   (delete-region (point-min) (point-max))
   (insert-buffer-substring (car (cdr (buffer-list))))
   (goto-char (point-min))