Mercurial > emacs
changeset 106011:37fee35a6283
* simple.el (shell-command): Doc fix (Bug#4891).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 14 Nov 2009 16:07:44 +0000 |
parents | feb898981e9a |
children | fae53e3bfda0 |
files | lisp/ChangeLog lisp/simple.el |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Nov 14 15:44:43 2009 +0000 +++ b/lisp/ChangeLog Sat Nov 14 16:07:44 2009 +0000 @@ -1,5 +1,7 @@ 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>
--- a/lisp/simple.el Sat Nov 14 15:44:43 2009 +0000 +++ b/lisp/simple.el Sat Nov 14 16:07:44 2009 +0000 @@ -2110,7 +2110,8 @@ 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\",