* lisp/dired-aux.el (dired-do-async-shell-command): Doc fix.
authorJuri Linkov <juri@jurta.org>
Tue, 17 Jul 2012 18:40:15 +0000 (21:40 +0300)
committerJuri Linkov <juri@jurta.org>
Tue, 17 Jul 2012 18:40:15 +0000 (21:40 +0300)
commit6dafa0d5352ada03f9a6db6ba8d3eec8f7884642
tree65e44148f35e678ce0703643784171206322de1a
parentb19dd9d1bbf0afce896a367a817e0e22c381308b
* lisp/dired-aux.el (dired-do-async-shell-command): Doc fix.
(dired-do-async-shell-command): Don't add `*' at the end of the
command (Bug#11815).
(dired-do-shell-command): Doc fix.
(dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
Join the individual commands using either "&" or ";" as the
separator depending on the values of these trailing characters.
At the end re-add the trailing "&".  (Bug#10598)

* lisp/simple.el (async-shell-command): Sync the interactive spec with
`shell-command'.  Doc fix.
(shell-command): Doc fix.
etc/NEWS
lisp/ChangeLog
lisp/dired-aux.el
lisp/simple.el