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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/data.c [lexbind]
Date: Mon, 25 Oct 2004 00:41:25 -0400

Index: emacs/src/data.c
diff -c emacs/src/data.c:1.210.2.14 emacs/src/data.c:1.210.2.15
*** emacs/src/data.c:1.210.2.14 Sat Sep  4 09:20:09 2004
--- emacs/src/data.c    Mon Oct 25 04:22:28 2004
***************
*** 1805,1811 ****
  
  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;
--- 1805,1815 ----
  
  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]