From: Richard M. Stallman Date: Tue, 27 Aug 2002 18:49:11 +0000 (+0000) Subject: Describe --script. X-Git-Tag: ttn-vms-21-2-B4~13541 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=add896768b3d5b4d945b6e3584906413717ab675;p=emacs.git Describe --script. --- diff --git a/etc/NEWS b/etc/NEWS index 7620c1ed63e..9c882c0d886 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1015,6 +1015,12 @@ with Custom. * Lisp Changes in Emacs 21.4 +** The option --script FILE runs Emacs in batch mode and loads FILE. +It is useful for writing Emacs Lisp shell script files, because they +can start with + + #!/usr/bin/emacs --script + ** A function's docstring can now hold the function's usage info on its last line. It should match the regexp "\n\n(fn.*)\\'".