1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-23 04:53:12 -08:00
emacs/doc
Eli Zaretskii 175c61c18b Fix "C-u M-!" when 'shell-command-dont-erase-buffer' is non-nil
* lisp/simple.el (shell-command-dont-erase-buffer): Clarify the
effect of the various values in the doc string.
(shell-command-save-pos-or-erase, shell-command): Don't move or
push point if the output will go to the current buffer.
(Bug#40690)
(shell-command): Mention 'shell-command-dont-erase-buffer' in the
doc string.

* test/lisp/simple-tests.el
(with-shell-command-dont-erase-buffer): Don't is shell quoting
'like this', as it doesn't work on MS-Windows; quote "like this"
instead.
(simple-tests-shell-command-dont-erase-buffer): Adapt the test to
the new modus operandi.

* doc/emacs/misc.texi (Single Shell): Document the effect of the
various values of 'shell-command-dont-erase-buffer'.

* etc/NEWS: Expand and reword the entry regarding changes in
'shell-command-dont-erase-buffer'.
2020-04-18 12:01:26 +03:00
..
emacs Fix "C-u M-!" when 'shell-command-dont-erase-buffer' is non-nil 2020-04-18 12:01:26 +03:00
lispintro Minor wording change in Introduction to Programming in Emacs Lisp 2020-04-13 11:53:47 +03:00
lispref Fix Elisp manual entry on 'set-window-configuration' 2020-04-15 10:18:15 +02:00
man Fix syntax error in man page. 2020-04-05 10:19:31 +02:00
misc Fix cl-most-positive-float doc typo 2020-04-17 09:38:41 -07:00