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: Fri, 19 Sep 2003 10:33:21 -0400

Index: emacs/lispref/variables.texi
diff -c emacs/lispref/variables.texi:1.43 emacs/lispref/variables.texi:1.44
*** emacs/lispref/variables.texi:1.43   Mon Sep  1 11:45:41 2003
--- emacs/lispref/variables.texi        Fri Sep 19 10:33:21 2003
***************
*** 1319,1327 ****
  @end defun
  
  @defun buffer-local-value variable buffer
! This returns the value of @var{variable} that is currently in
! effect in @var{buffer}.  If it has no buffer-local binding in
! @var{buffer}, this function returns the default value.
  @end defun
  
  @defun buffer-local-variables &optional buffer
--- 1319,1328 ----
  @end defun
  
  @defun buffer-local-value variable buffer
! This function returns the buffer-local binding of @var{variable} (a
! symbol) in buffer @var{buffer}.  If @var{variable} does not have a
! buffer-local binding in buffer @var{buffer}, it returns the default
! value (@pxref{Default Value}) of @var{variable} instead.
  @end defun
  
  @defun buffer-local-variables &optional buffer
***************
*** 1358,1370 ****
  list does @emph{not} change the buffer-local values of the variables.
  @end defun
  
- @defun buffer-local-value variable buffer
- This function returns the buffer-local binding of @var{variable} (a
- symbol) in buffer @var{buffer}.  If @var{variable} does not have a
- buffer-local binding in buffer @var{buffer}, it returns the default
- value (@pxref{Default Value}) of @var{variable} instead.
- @end defun
- 
  @deffn Command kill-local-variable variable
  This function deletes the buffer-local binding (if any) for
  @var{variable} (a symbol) in the current buffer.  As a result, the
--- 1359,1364 ----
***************
*** 1769,1774 ****
--- 1763,1773 ----
  unconditionally; @code{nil} means ignore them; anything else means ask
  the user what to do for each file.  The default value is @code{maybe}.
  @end defopt
+ 
+   Text properties are also potential loopholes, since their values
+ could include functions to call.  So Emacs discards all text
+ properties from string values specified in a file's local variables
+ list.
  
  @ignore
     arch-tag: 5ff62c44-2b51-47bb-99d4-fea5aeec5d3e




reply via email to

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