aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2015-12-26 13:48:00 +0200
committerEli Zaretskii2015-12-26 13:48:00 +0200
commit293bd4f6329a112e5c14ae863e963dd0eefb1330 (patch)
tree0ba6a7860407a756d69d8820ac50168c1d351e33 /etc
parent297e558c56d1538106373a5e9b33a07828cc504b (diff)
downloademacs-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/NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 95f440b48c2..efcc33ec7fc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
747specify the type of shell in use (bash, csh, etc). 748specify 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'.
750This provides old-style ("dumb") indentation of continued lines. 752This provides old-style ("dumb") indentation of continued lines.
753See the doc string of `sh-indent-after-continuation' for details.
751 754
752** TLS 755** TLS
753--- 756---