aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
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
2596frames that were created in the same Emacsclient session. The 2596frames that were created in the same Emacsclient session. The
2597environment list is stored in a single frame's 'environment parameter; 2597environment list is stored in a single frame's 'environment parameter;
2598the other frames' 'environment parameter is set to this frame. This 2598the other frames' 'environment parameter is set to this frame. This
2599function follows to chain of 'environment references to reach the 2599function follows the chain of 'environment references to reach the
2600frame that stores the actual local environment list, and returns that 2600frame that stores the actual local environment list, and returns that
2601frame. */) 2601frame. */)
2602 (frame) 2602 (frame)