aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2005-12-31 07:31:23 +0000
committerKaroly Lorentey <[email protected]>2005-12-31 07:31:23 +0000
commit6d8299f672c42c8b25a969fbb93eeec483501618 (patch)
tree1164b3c7212f4d21342667178395787dd3517886 /src/frame.c
parent60f5c938324b2831216deeb60969c53d409784f5 (diff)
Fix typo in docstring of `frame-with-environment'.
* src/frame.c (Fframe_with_environment): Fix typo. git-archimport-id: [email protected]/emacs--multi-tty--0--patch-481
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index f573ef02b5..9648783ee7 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -2596,7 +2596,7 @@ The frame-local environment variable list is normally shared between
frames that were created in the same Emacsclient session. The
environment list is stored in a single frame's 'environment parameter;
the other frames' 'environment parameter is set to this frame. This
-function follows to chain of 'environment references to reach the
+function follows the chain of 'environment references to reach the
frame that stores the actual local environment list, and returns that
frame. */)
(frame)