# HG changeset patch # User Karoly Lorentey # Date 1136014283 0 # Node ID 67d4394387a75db8e10e5151cfd108ed7535d92e # Parent 6cb6e02413a80e8dc274cdc4175f0e0b457d1e3b 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 diff -r 6cb6e02413a8 -r 67d4394387a7 src/frame.c --- a/src/frame.c Sat Dec 31 07:10:31 2005 +0000 +++ b/src/frame.c Sat Dec 31 07:31:23 2005 +0000 @@ -2596,7 +2596,7 @@ 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)