From f7eb6f23d03369b03f32c308af36c72fc99b8d90 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 19 Nov 2006 01:35:31 +0000 Subject: [PATCH] (ada-make-body): Fix typo. --- lisp/progmodes/ada-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index 8b9394ab086..ccd91d3b060 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el @@ -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)) -- 2.39.2