[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/data.c
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/src/data.c |
Date: |
Wed, 07 Aug 2002 10:30:52 -0400 |
Index: emacs/src/data.c
diff -c emacs/src/data.c:1.214 emacs/src/data.c:1.215
*** emacs/src/data.c:1.214 Thu Jul 18 11:04:29 2002
--- emacs/src/data.c Wed Aug 7 10:30:52 2002
***************
*** 1632,1641 ****
doc: /* Enable VARIABLE to have frame-local bindings.
When a frame-local binding exists in the current frame,
it is in effect whenever the current buffer has no buffer-local binding.
! A frame-local binding is actual a frame parameter value;
thus, any given frame has a local binding for VARIABLE
if it has a value for the frame parameter named VARIABLE.
! See `modify-frame-parameters'. */)
(variable)
register Lisp_Object variable;
{
--- 1632,1641 ----
doc: /* Enable VARIABLE to have frame-local bindings.
When a frame-local binding exists in the current frame,
it is in effect whenever the current buffer has no buffer-local binding.
! A frame-local binding is actually a frame parameter value;
thus, any given frame has a local binding for VARIABLE
if it has a value for the frame parameter named VARIABLE.
! See `modify-frame-parameters' for how to set frame parameters. */)
(variable)
register Lisp_Object variable;
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/data.c,
Richard M. Stallman <=