emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/data.c


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/src/data.c
Date: Tue, 19 Oct 2004 22:23:30 -0400

Index: emacs/src/data.c
diff -c emacs/src/data.c:1.242 emacs/src/data.c:1.243
*** emacs/src/data.c:1.242      Mon Aug  2 20:46:51 2004
--- emacs/src/data.c    Wed Oct 20 02:15:52 2004
***************
*** 1794,1800 ****
  
  DEFUN ("local-variable-if-set-p", Flocal_variable_if_set_p, 
Slocal_variable_if_set_p,
         1, 2, 0,
!        doc: /* Non-nil if VARIABLE will be local in buffer BUFFER if it is 
set there.
  BUFFER defaults to the current buffer.  */)
       (variable, buffer)
       register Lisp_Object variable, buffer;
--- 1794,1804 ----
  
  DEFUN ("local-variable-if-set-p", Flocal_variable_if_set_p, 
Slocal_variable_if_set_p,
         1, 2, 0,
!        doc: /* Non-nil if VARIABLE will be local in buffer BUFFER when set 
there.
! More precisely, this means that setting the variable \(with `set' or`setq'),
! while it does not have a `let'-style binding that was made in BUFFER,
! will produce a buffer local binding.  See Info node
! `(elisp)Creating Buffer-Local'.
  BUFFER defaults to the current buffer.  */)
       (variable, buffer)
       register Lisp_Object variable, buffer;




reply via email to

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