diff options
| author | Eli Zaretskii | 2015-12-26 13:48:00 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-12-26 13:48:00 +0200 |
| commit | 293bd4f6329a112e5c14ae863e963dd0eefb1330 (patch) | |
| tree | 0ba6a7860407a756d69d8820ac50168c1d351e33 /etc | |
| parent | 297e558c56d1538106373a5e9b33a07828cc504b (diff) | |
| download | emacs-293bd4f6329a112e5c14ae863e963dd0eefb1330.tar.gz emacs-293bd4f6329a112e5c14ae863e963dd0eefb1330.zip | |
Document changes in Shell-script mode
* lisp/progmodes/sh-script.el (sh-mode, sh-set-shell): Document
the 'sh-shell' file-local variable.
(top level): Add an auto-load form to avoid byte-compiler warning
about 'comint-send-string'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
| @@ -742,12 +742,15 @@ you can no longer use commas to separate regular expressions. | |||
| 742 | +++ | 742 | +++ |
| 743 | ** SES now supports local printer functions; see `ses-define-local-printer'. | 743 | ** SES now supports local printer functions; see `ses-define-local-printer'. |
| 744 | 744 | ||
| 745 | ** sh-script | 745 | ** Shell-script Mode |
| 746 | --- | ||
| 746 | *** In sh-mode you can now use `sh-shell' as a file-local variable to | 747 | *** In sh-mode you can now use `sh-shell' as a file-local variable to |
| 747 | specify the type of shell in use (bash, csh, etc). | 748 | specify the type of shell in use (bash, csh, etc). |
| 748 | 749 | ||
| 749 | *** New value `always' for sh-indent-after-continuation. | 750 | --- |
| 751 | *** New value `always' for `sh-indent-after-continuation'. | ||
| 750 | This provides old-style ("dumb") indentation of continued lines. | 752 | This provides old-style ("dumb") indentation of continued lines. |
| 753 | See the doc string of `sh-indent-after-continuation' for details. | ||
| 751 | 754 | ||
| 752 | ** TLS | 755 | ** TLS |
| 753 | --- | 756 | --- |