summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-scripts.texi
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2011-02-13 10:41:44 +0100
committerAndy Wingo <wingo@pobox.com>2011-02-13 15:06:11 +0100
commit6f06e8d35f0780187c6bce62fe8ace8be055e727 (patch)
tree095dfb5d6102af1952992694e930a4d63f71e3d5 /doc/ref/scheme-scripts.texi
parentc50775e2460da0c9fa49817fe22896d0369184ac (diff)
downloadguile-6f06e8d35f0780187c6bce62fe8ace8be055e727.tar.gz
autocompile -> auto-compile
* NEWS: * check-guile.in: * doc/guile.1: * doc/ref/scheme-scripts.texi: * libguile/init.c: * libguile/load.c: * libguile/load.h: * libguile/script.c: * module/Makefile.am: * module/ice-9/boot-9.scm: * module/scripts/compile.scm: * module/system/base/compile.scm: * test-suite/Makefile.am: * test-suite/tests/popen.test: Change "autocompile" to "auto-compile" or "auto_compile", as appropriate, in variable names, function names, command line arguments, and the documentation.
Diffstat (limited to 'doc/ref/scheme-scripts.texi')
-rw-r--r--doc/ref/scheme-scripts.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ref/scheme-scripts.texi b/doc/ref/scheme-scripts.texi
index f6bf8b9ff..5a6f494d1 100644
--- a/doc/ref/scheme-scripts.texi
+++ b/doc/ref/scheme-scripts.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
+@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2010, 2011
@c Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions.
@@ -219,12 +219,12 @@ development.
@vnew{2.0}
-@item --autocompile
+@item --auto-compile
Compile source files automatically (default behavior).
@vnew{2.0}
-@item --no-autocompile
+@item --no-auto-compile
Disable automatic source file compilation.
@vnew{2.0}