diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-08-27 18:49:11 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-08-27 18:49:11 +0000 |
commit | add896768b3d5b4d945b6e3584906413717ab675 (patch) | |
tree | cdefde9d58ae4a36882e893a19f2503fa35e4da8 /etc/NEWS | |
parent | b7daaba7b60e8eabc4faac2e3cdb1e2ffcbe6475 (diff) | |
download | emacs-add896768b3d5b4d945b6e3584906413717ab675.tar.gz |
Describe --script.
Diffstat (limited to 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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.*)\\'". |