diff options
| author | Glenn Morris | 2012-11-12 00:18:38 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-11-12 00:18:38 -0800 |
| commit | adad6d8f2769e32cbbe9fe785cfef021b48cd140 (patch) | |
| tree | 7647e96af8f950360be6d86591a14dd7f2dc50d4 /etc | |
| parent | d1e1e53dec51a9cb8aa9d6033d32428051ab7e85 (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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 |
| 565 | for a new asynchronous shell command when the default output buffer | 566 | for 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 | --- |