Mercurial > emacs
comparison etc/NEWS @ 47324:fd6bfaf82fa4
Minor change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 09 Sep 2002 19:17:43 +0000 |
parents | 52f90db3f174 |
children | 9171c407208a |
comparison
equal
deleted
inserted
replaced
47323:ff0c55c69b84 | 47324:fd6bfaf82fa4 |
---|---|
1039 with Custom. | 1039 with Custom. |
1040 | 1040 |
1041 | 1041 |
1042 * Lisp Changes in Emacs 21.4 | 1042 * Lisp Changes in Emacs 21.4 |
1043 | 1043 |
1044 +++ | |
1044 ** The option --script FILE runs Emacs in batch mode and loads FILE. | 1045 ** The option --script FILE runs Emacs in batch mode and loads FILE. |
1045 It is useful for writing Emacs Lisp shell script files, because they | 1046 It is useful for writing Emacs Lisp shell script files, because they |
1046 can start with | 1047 can start with this line: |
1047 | 1048 |
1048 #!/usr/bin/emacs --script | 1049 #!/usr/bin/emacs --script |
1049 | 1050 |
1050 ** A function's docstring can now hold the function's usage info on | 1051 ** A function's docstring can now hold the function's usage info on |
1051 its last line. It should match the regexp "\n\n(fn.*)\\'". | 1052 its last line. It should match the regexp "\n\n(fn.*)\\'". |