diff options
Diffstat (limited to 'doc/ref')
-rw-r--r-- | doc/ref/scheme-scripts.texi | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/ref/scheme-scripts.texi b/doc/ref/scheme-scripts.texi index f43d360f3..fcb22a6e2 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 +@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2010 @c Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. @@ -162,13 +162,6 @@ Examples}. Read more command-line arguments, starting from the second line of the script file. @xref{The Meta Switch}. -@item --emacs -Assume Guile is running as an inferior process of Emacs, and use a -special protocol to communicate with Emacs's Guile interaction mode. -This switch sets the global variable use-emacs-interface to @code{#t}. - -This switch is still experimental. - @item --use-srfi=@var{list} The option @code{--use-srfi} expects a comma-separated list of numbers, each representing a SRFI number to be loaded into the interpreter |