summaryrefslogtreecommitdiff
path: root/doc/ref/guile-invoke.texi
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-01-22 13:24:30 +0100
committerAndy Wingo <wingo@pobox.com>2015-01-22 13:24:30 +0100
commita5b5cb422e66f77cac34ded42631db6a067323cc (patch)
treef7bd502e20d0d3de3c4bb0fbaf588e1b3f04c42b /doc/ref/guile-invoke.texi
parenta51111dd255189bd00eb28547491ee4a9bfa9ca1 (diff)
parent8cf2a7ba7432d68b9a055d29f18117be70375af9 (diff)
downloadguile-a5b5cb422e66f77cac34ded42631db6a067323cc.tar.gz
Merge commit '8cf2a7ba7432d68b9a055d29f18117be70375af9'
Diffstat (limited to 'doc/ref/guile-invoke.texi')
-rw-r--r--doc/ref/guile-invoke.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/ref/guile-invoke.texi b/doc/ref/guile-invoke.texi
index d233ce653..bc33ce080 100644
--- a/doc/ref/guile-invoke.texi
+++ b/doc/ref/guile-invoke.texi
@@ -1,6 +1,6 @@
@c -*-texinfo-*-
@c This is part of the GNU Guile Reference Manual.
-@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2010, 2011, 2013
+@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2010, 2011, 2013, 2014
@c Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions.
@@ -327,7 +327,9 @@ variable. By default, the history file is @file{$HOME/.guile_history}.
@vindex GUILE_INSTALL_LOCALE
This is a flag that can be used to tell Guile whether or not to install
the current locale at startup, via a call to @code{(setlocale LC_ALL
-"")}. @xref{Locales}, for more information on locales.
+"")}@footnote{The @code{GUILE_INSTALL_LOCALE} environment variable was
+ignored in Guile versions prior to 2.0.9.}. @xref{Locales}, for more
+information on locales.
You may explicitly indicate that you do not want to install
the locale by setting @env{GUILE_INSTALL_LOCALE} to @code{0}, or