diff options
| author | Richard M. Stallman | 2002-08-07 14:30:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-08-07 14:30:52 +0000 |
| commit | 76b3cecfd005b50fd988731f0d835527f0daba5b (patch) | |
| tree | 596772e093983d6770162e6da9150f787636a63d /src/data.c | |
| parent | e893d912fd0605e0a8fc5930ded70cdfabf6c3bc (diff) | |
| download | emacs-76b3cecfd005b50fd988731f0d835527f0daba5b.tar.gz emacs-76b3cecfd005b50fd988731f0d835527f0daba5b.zip | |
(Fmake_variable_frame_local): Doc fix.
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data.c b/src/data.c index 88d9f25d2eb..dc0ddc5108f 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -1632,10 +1632,10 @@ DEFUN ("make-variable-frame-local", Fmake_variable_frame_local, Smake_variable_f | |||
| 1632 | doc: /* Enable VARIABLE to have frame-local bindings. | 1632 | doc: /* Enable VARIABLE to have frame-local bindings. |
| 1633 | When a frame-local binding exists in the current frame, | 1633 | When a frame-local binding exists in the current frame, |
| 1634 | it is in effect whenever the current buffer has no buffer-local binding. | 1634 | it is in effect whenever the current buffer has no buffer-local binding. |
| 1635 | A frame-local binding is actual a frame parameter value; | 1635 | A frame-local binding is actually a frame parameter value; |
| 1636 | thus, any given frame has a local binding for VARIABLE | 1636 | thus, any given frame has a local binding for VARIABLE |
| 1637 | if it has a value for the frame parameter named VARIABLE. | 1637 | if it has a value for the frame parameter named VARIABLE. |
| 1638 | See `modify-frame-parameters'. */) | 1638 | See `modify-frame-parameters' for how to set frame parameters. */) |
| 1639 | (variable) | 1639 | (variable) |
| 1640 | register Lisp_Object variable; | 1640 | register Lisp_Object variable; |
| 1641 | { | 1641 | { |