diff options
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 cb6c7d2c85c..9bb90ad2d6e 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -1726,7 +1726,9 @@ it is in effect whenever the current buffer has no buffer-local binding. | |||
| 1726 | A frame-local binding is actually a frame parameter value; | 1726 | A frame-local binding is actually a frame parameter value; |
| 1727 | thus, any given frame has a local binding for VARIABLE if it has | 1727 | thus, any given frame has a local binding for VARIABLE if it has |
| 1728 | a value for the frame parameter named VARIABLE. Return VARIABLE. | 1728 | a value for the frame parameter named VARIABLE. Return VARIABLE. |
| 1729 | See `modify-frame-parameters' for how to set frame parameters. */) | 1729 | |
| 1730 | This function does not in itself create any frame-local bindings for | ||
| 1731 | VARIABLE. See `modify-frame-parameters' for how to set frame parameters. */) | ||
| 1730 | (variable) | 1732 | (variable) |
| 1731 | register Lisp_Object variable; | 1733 | register Lisp_Object variable; |
| 1732 | { | 1734 | { |