aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2012-11-12 00:18:38 -0800
committerGlenn Morris2012-11-12 00:18:38 -0800
commitadad6d8f2769e32cbbe9fe785cfef021b48cd140 (patch)
tree7647e96af8f950360be6d86591a14dd7f2dc50d4 /etc
parentd1e1e53dec51a9cb8aa9d6033d32428051ab7e85 (diff)
downloademacs-adad6d8f2769e32cbbe9fe785cfef021b48cd140.tar.gz
emacs-adad6d8f2769e32cbbe9fe785cfef021b48cd140.zip
* doc/emacs/misc.texi (Single Shell): Mention async-shell-command-buffer.
* etc/NEWS: Related markup.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 16feea02eaf..d57e96eb566 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -561,8 +561,9 @@ Sphinx support has been improved.
561 561
562*** `sh-use-smie' lets you choose a new indentation and navigation code. 562*** `sh-use-smie' lets you choose a new indentation and navigation code.
563 563
564+++
564** New option `async-shell-command-buffer' specifies the buffer to use 565** New option `async-shell-command-buffer' specifies the buffer to use
565for a new asynchronous shell command when the default output buffer 566for a new asynchronous `shell-command' when the default output buffer
566`*Async Shell Command*' is already in use. 567`*Async Shell Command*' is already in use.
567 568
568--- 569---