Index: emacs/lispref/modes.texi
diff -c emacs/lispref/modes.texi:1.111 emacs/lispref/modes.texi:1.112
*** emacs/lispref/modes.texi:1.111      Sun May 29 14:44:08 2005
--- emacs/lispref/modes.texi    Sun May 29 15:58:27 2005
***************
*** 1131,1137 ****
    These conventions are new in Emacs 22, and some major modes
  implemented by users do not follow them yet.  So if you put a function
  onto @code{after-change-major-mode-hook}, keep in mind that some modes
! will fail to run it.  If user complains about that, you can respond,
  ``That major mode fails to follow Emacs conventions, and that's why it
  fails to work.  Please fix the major mode.''  In most cases, that is
  good enough, so go ahead and use @code{after-change-major-mode-hook}.
--- 1131,1137 ----
    These conventions are new in Emacs 22, and some major modes
  implemented by users do not follow them yet.  So if you put a function
  onto @code{after-change-major-mode-hook}, keep in mind that some modes
! will fail to run it.  If a user complains about that, you can respond,
  ``That major mode fails to follow Emacs conventions, and that's why it
  fails to work.  Please fix the major mode.''  In most cases, that is
  good enough, so go ahead and use @code{after-change-major-mode-hook}.


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

Reply via email to