emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] Changes to emacs/lisp/progmodes/ada-mode.el,v


From: Juanma Barranquero
Subject: [Emacs-commit] Changes to emacs/lisp/progmodes/ada-mode.el,v
Date: Sun, 19 Nov 2006 01:35:32 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/11/19 01:35:32

Index: ada-mode.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/ada-mode.el,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -b -r1.82 -r1.83
--- ada-mode.el 14 Nov 2006 16:13:39 -0000      1.82
+++ ada-mode.el 19 Nov 2006 01:35:31 -0000      1.83
@@ -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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]