Mercurial > emacs
changeset 74073:ef8cf7255613
(ada-make-body): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 19 Nov 2006 01:35:31 +0000 |
parents | 3174edc171d7 |
children | 55ec33a643b1 |
files | lisp/progmodes/ada-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))