Index: emacs/lisp/emacs-lisp/derived.el
diff -c emacs/lisp/emacs-lisp/derived.el:1.4 
emacs/lisp/emacs-lisp/derived.el:1.5
*** emacs/lisp/emacs-lisp/derived.el:1.4        Wed Feb  9 15:50:40 2005
--- emacs/lisp/emacs-lisp/derived.el    Sat May 14 18:32:45 2005
***************
*** 158,164 ****
  been generated automatically, with a reference to the keymap.
  
  The new mode runs the hook constructed by the function
! `derived-mode-hook-name'."
    (declare (debug (&define name symbolp sexp [&optional stringp]
                           [&rest keywordp sexp] def-body)))
  
--- 158,166 ----
  been generated automatically, with a reference to the keymap.
  
  The new mode runs the hook constructed by the function
! `derived-mode-hook-name'.
! 
! See Info node `(elisp)Derived Modes' for more details."
    (declare (debug (&define name symbolp sexp [&optional stringp]
                           [&rest keywordp sexp] def-body)))
  


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to