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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lispref/variables.texi
Date: Tue, 12 Feb 2002 14:33:48 -0500

Index: emacs/lispref/variables.texi
diff -c emacs/lispref/variables.texi:1.29 emacs/lispref/variables.texi:1.30
*** emacs/lispref/variables.texi:1.29   Sun Nov  4 19:08:57 2001
--- emacs/lispref/variables.texi        Tue Feb 12 14:33:46 2002
***************
*** 1291,1297 ****
  Displays}.
  
  @strong{Note:} Do not use @code{make-local-variable} for a hook
! variable.  Instead, use @code{make-local-hook}.  @xref{Hooks}.
  @end deffn
  
  @deffn Command make-variable-buffer-local variable
--- 1291,1299 ----
  Displays}.
  
  @strong{Note:} Do not use @code{make-local-variable} for a hook
! variable.  The hook variables are automatically made buffer-local
! as needed if you use the @var{local} argument to @code{add-hook} or
! @code{remove-hook}.
  @end deffn
  
  @deffn Command make-variable-buffer-local variable



reply via email to

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