Mercurial > emacs
changeset 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 | 6cb6e02413a8 |
children | db27bb9f0d2f |
files | src/frame.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)