emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/variables.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/variables.texi
Date: Mon, 14 Feb 2005 05:25:20 -0500

Index: emacs/lispref/variables.texi
diff -c emacs/lispref/variables.texi:1.52 emacs/lispref/variables.texi:1.53
*** emacs/lispref/variables.texi:1.52   Wed Jun 23 16:30:35 2004
--- emacs/lispref/variables.texi        Mon Feb 14 10:25:20 2005
***************
*** 1429,1436 ****
  The function @code{kill-all-local-variables} runs this normal hook
  before it does anything else.  This gives major modes a way to arrange
  for something special to be done if the user switches to a different
! major mode.  For best results, make this variable buffer-local, so that
! it will disappear after doing its job and will not interfere with the
  subsequent major mode.  @xref{Hooks}.
  @end defvar
  
--- 1429,1439 ----
  The function @code{kill-all-local-variables} runs this normal hook
  before it does anything else.  This gives major modes a way to arrange
  for something special to be done if the user switches to a different
! major mode.  It is also useful for buffer-specific minor modes
! that should be forgotten if the user changes the major mode.
! 
! For best results, make this variable buffer-local, so that it will
! disappear after doing its job and will not interfere with the
  subsequent major mode.  @xref{Hooks}.
  @end defvar
  




reply via email to

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