diff options
| author | Dave Love | 2000-10-24 23:15:39 +0000 |
|---|---|---|
| committer | Dave Love | 2000-10-24 23:15:39 +0000 |
| commit | 5633ded3f7d82dc3892ea00441dff84e96075105 (patch) | |
| tree | 908ee4d076bafd665107758dde5c4aaed3ab87dd | |
| parent | 53df4dda9d354d949ddd4194666aa2674d2a3300 (diff) | |
| download | emacs-5633ded3f7d82dc3892ea00441dff84e96075105.tar.gz emacs-5633ded3f7d82dc3892ea00441dff84e96075105.zip | |
getenv is a command
| -rw-r--r-- | lispref/os.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/os.texi b/lispref/os.texi index 8116aa806be..f9afd457de6 100644 --- a/lispref/os.texi +++ b/lispref/os.texi | |||
| @@ -687,7 +687,7 @@ done when Emacs starts up, the value actually used is the one saved when | |||
| 687 | Emacs was dumped. @xref{Building Emacs}.) | 687 | Emacs was dumped. @xref{Building Emacs}.) |
| 688 | @end defvar | 688 | @end defvar |
| 689 | 689 | ||
| 690 | @defun getenv var | 690 | @deffn Command getenv var |
| 691 | @cindex environment variable access | 691 | @cindex environment variable access |
| 692 | This function returns the value of the environment variable @var{var}, | 692 | This function returns the value of the environment variable @var{var}, |
| 693 | as a string. Within Emacs, the environment variable values are kept in | 693 | as a string. Within Emacs, the environment variable values are kept in |