comparison src/frame.c @ 83441:67d4394387a7

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
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 31 Dec 2005 07:31:23 +0000
parents 5efa63b61ac5
children ff74a86c2b16
comparison
equal deleted inserted replaced
83440:6cb6e02413a8 83441:67d4394387a7
2594 2594
2595 The frame-local environment variable list is normally shared between 2595 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)
2603 Lisp_Object frame; 2603 Lisp_Object frame;
2604 { 2604 {