aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2016-01-10 19:24:54 +0200
committerEli Zaretskii2016-01-10 19:24:54 +0200
commite667bbb62863675fd93854a3b8e41c67d1ff9709 (patch)
tree119776056aa4f132671746266a47a78fac456308 /etc
parent9c4e4e0cc9a63b529118339d5adf4d719702fb90 (diff)
downloademacs-e667bbb62863675fd93854a3b8e41c67d1ff9709.tar.gz
emacs-e667bbb62863675fd93854a3b8e41c67d1ff9709.zip
Document new features if Eshell
* doc/misc/eshell.texi (Input/Output): Document the new '#<bufname>' syntax. (Input/Output): Document 'eshell-destroy-buffer-when-process-dies'. Disable "Key Index" generation, as there are no @kindex entries in this manual.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8130e272081..4f23dd80d97 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1044,12 +1044,14 @@ EUDC's PH backend (eudcb-ph.el) is obsolete.
1044*** The new built-in command `clear' can scroll window contents out of sight. 1044*** The new built-in command `clear' can scroll window contents out of sight.
1045If provided with an optional non-nil argument, the scrollback contents will be cleared. 1045If provided with an optional non-nil argument, the scrollback contents will be cleared.
1046 1046
1047+++
1047*** New buffer syntax '#<buffer-name>', which is equivalent to 1048*** New buffer syntax '#<buffer-name>', which is equivalent to
1048'#<buffer buffer-name>'. This shorthand makes interacting with 1049'#<buffer buffer-name>'. This shorthand makes interacting with
1049buffers from eshell more convenient. Custom variable 1050buffers from eshell more convenient. Custom variable
1050`eshell-buffer-shorthand', which has been broken for a while, has been 1051`eshell-buffer-shorthand', which has been broken for a while, has been
1051removed. 1052removed.
1052 1053
1054+++
1053*** By default, eshell "visual" program buffers (created by 1055*** By default, eshell "visual" program buffers (created by
1054`eshell-visual-commands' and similar custom vars) are no longer killed 1056`eshell-visual-commands' and similar custom vars) are no longer killed
1055when their processes die. This fixes issues with short-lived commands 1057when their processes die. This fixes issues with short-lived commands