2009-11-14 Chong Yidong <cyd@stupidchicken.com>
+ * simple.el (shell-command): Doc fix (Bug#4891).
+
* help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
2009-11-14 Glenn Morris <rgm@gnu.org>
If OUTPUT-BUFFER is a buffer or buffer name, put the output there.
If OUTPUT-BUFFER is not a buffer and not nil,
insert output in current buffer. (This cannot be done asynchronously.)
-In either case, the output is inserted after point (leaving mark after it).
+In either case, the buffer is first erased, and the output is
+inserted after point (leaving mark after it).
If the command terminates without error, but generates output,
and you did not specify \"insert it in the current buffer\",