diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-09-09 19:17:43 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-09-09 19:17:43 +0000 |
commit | 21beb82f5b175a5b98d037c10e14e633017427f8 (patch) | |
tree | 1af9df87a0bc3760764e9bdc7ba2ac225b8b57c3 | |
parent | 0a41ca77ba2cc8fe5f09c409852d35ad2353e857 (diff) | |
download | emacs-21beb82f5b175a5b98d037c10e14e633017427f8.tar.gz |
Minor change.
-rw-r--r-- | etc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1041,9 +1041,10 @@ 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 +can start with this line: #!/usr/bin/emacs --script |