diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c index f573ef02b57..9648783ee72 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -2596,7 +2596,7 @@ The frame-local environment variable list is normally shared between | |||
| 2596 | frames that were created in the same Emacsclient session. The | 2596 | frames that were created in the same Emacsclient session. The |
| 2597 | environment list is stored in a single frame's 'environment parameter; | 2597 | environment list is stored in a single frame's 'environment parameter; |
| 2598 | the other frames' 'environment parameter is set to this frame. This | 2598 | the other frames' 'environment parameter is set to this frame. This |
| 2599 | function follows to chain of 'environment references to reach the | 2599 | function follows the chain of 'environment references to reach the |
| 2600 | frame that stores the actual local environment list, and returns that | 2600 | frame that stores the actual local environment list, and returns that |
| 2601 | frame. */) | 2601 | frame. */) |
| 2602 | (frame) | 2602 | (frame) |