/[emacs]/emacs/src/data.c
ViewVC logotype

Diff of /emacs/src/data.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.224.4.6 by miles, Tue Aug 3 00:03:00 2004 UTC revision 1.224.4.7 by miles, Fri Oct 22 10:13:36 2004 UTC
# Line 1794  BUFFER defaults to the current buffer. Line 1794  BUFFER defaults to the current buffer.
1794    
1795  DEFUN ("local-variable-if-set-p", Flocal_variable_if_set_p, Slocal_variable_if_set_p,  DEFUN ("local-variable-if-set-p", Flocal_variable_if_set_p, Slocal_variable_if_set_p,
1796         1, 2, 0,         1, 2, 0,
1797         doc: /* Non-nil if VARIABLE will be local in buffer BUFFER if it is set there.         doc: /* Non-nil if VARIABLE will be local in buffer BUFFER when set there.
1798    More precisely, this means that setting the variable \(with `set' or`setq'),
1799    while it does not have a `let'-style binding that was made in BUFFER,
1800    will produce a buffer local binding.  See Info node
1801    `(elisp)Creating Buffer-Local'.
1802  BUFFER defaults to the current buffer.  */)  BUFFER defaults to the current buffer.  */)
1803       (variable, buffer)       (variable, buffer)
1804       register Lisp_Object variable, buffer;       register Lisp_Object variable, buffer;

Legend:
Removed from v.1.224.4.6  
changed lines
  Added in v.1.224.4.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26