# HG changeset patch # User Juanma Barranquero # Date 1163900131 0 # Node ID ef8cf725561330bfb5b7cb70e2372a1f5c2ac948 # Parent 3174edc171d7ab186b795b4d2ea9b9b88a6acec5 (ada-make-body): Fix typo. diff -r 3174edc171d7 -r ef8cf7255613 lisp/progmodes/ada-mode.el --- a/lisp/progmodes/ada-mode.el Sun Nov 19 01:26:00 2006 +0000 +++ b/lisp/progmodes/ada-mode.el Sun Nov 19 01:35:31 2006 +0000 @@ -5421,7 +5421,7 @@ (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))