diff options
| author | Chong Yidong | 2005-10-28 01:25:18 +0000 |
|---|---|---|
| committer | Chong Yidong | 2005-10-28 01:25:18 +0000 |
| commit | 437610c5a213ecc39259a15ca22e188ba10ac33a (patch) | |
| tree | e127cc4f7fa6d4ecedeadde401c27cff47605964 /src/data.c | |
| parent | 169a3241699ac6c5f90360ac314824feca6fdff0 (diff) | |
| download | emacs-437610c5a213ecc39259a15ca22e188ba10ac33a.tar.gz emacs-437610c5a213ecc39259a15ca22e188ba10ac33a.zip | |
* data.c (Fmake_variable_frame_local): Add clarification to
docstring.
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c index 02249a887fa..319f8768424 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -1714,7 +1714,9 @@ it is in effect whenever the current buffer has no buffer-local binding. | |||
| 1714 | A frame-local binding is actually a frame parameter value; | 1714 | A frame-local binding is actually a frame parameter value; |
| 1715 | thus, any given frame has a local binding for VARIABLE if it has | 1715 | thus, any given frame has a local binding for VARIABLE if it has |
| 1716 | a value for the frame parameter named VARIABLE. Return VARIABLE. | 1716 | a value for the frame parameter named VARIABLE. Return VARIABLE. |
| 1717 | See `modify-frame-parameters' for how to set frame parameters. */) | 1717 | |
| 1718 | This function does not in itself create any frame-local bindings for | ||
| 1719 | VARIABLE. See `modify-frame-parameters' for how to set frame parameters. */) | ||
| 1718 | (variable) | 1720 | (variable) |
| 1719 | register Lisp_Object variable; | 1721 | register Lisp_Object variable; |
| 1720 | { | 1722 | { |