aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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