aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-10-24 23:15:39 +0000
committerDave Love2000-10-24 23:15:39 +0000
commit5633ded3f7d82dc3892ea00441dff84e96075105 (patch)
tree908ee4d076bafd665107758dde5c4aaed3ab87dd
parent53df4dda9d354d949ddd4194666aa2674d2a3300 (diff)
downloademacs-5633ded3f7d82dc3892ea00441dff84e96075105.tar.gz
emacs-5633ded3f7d82dc3892ea00441dff84e96075105.zip
getenv is a command
-rw-r--r--lispref/os.texi2
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
687Emacs was dumped. @xref{Building Emacs}.) 687Emacs 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
692This function returns the value of the environment variable @var{var}, 692This function returns the value of the environment variable @var{var},
693as a string. Within Emacs, the environment variable values are kept in 693as a string. Within Emacs, the environment variable values are kept in