aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKaroly Lorentey2005-12-31 07:31:23 +0000
committerKaroly Lorentey2005-12-31 07:31:23 +0000
commit6d8299f672c42c8b25a969fbb93eeec483501618 (patch)
tree1164b3c7212f4d21342667178395787dd3517886 /src
parent60f5c938324b2831216deeb60969c53d409784f5 (diff)
downloademacs-6d8299f672c42c8b25a969fbb93eeec483501618.tar.gz
emacs-6d8299f672c42c8b25a969fbb93eeec483501618.zip
Fix typo in docstring of `frame-with-environment'.
* src/frame.c (Fframe_with_environment): Fix typo. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-481
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)