diff options
| author | Karoly Lorentey | 2005-12-31 07:31:23 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-12-31 07:31:23 +0000 |
| commit | 6d8299f672c42c8b25a969fbb93eeec483501618 (patch) | |
| tree | 1164b3c7212f4d21342667178395787dd3517886 /src | |
| parent | 60f5c938324b2831216deeb60969c53d409784f5 (diff) | |
| download | emacs-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.c | 2 |
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 | |||
| 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) |