]> git.eshelyaron.com Git - emacs.git/commitdiff
* simple.el (shell-command): Doc fix (Bug#4891).
authorChong Yidong <cyd@stupidchicken.com>
Sat, 14 Nov 2009 16:07:44 +0000 (16:07 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 14 Nov 2009 16:07:44 +0000 (16:07 +0000)
lisp/ChangeLog
lisp/simple.el

index f8e2bb0a1ddb235110eeab40ffcecd5a9485fe01..d9d59eebc08001b2d7b236139c59c8580109289b 100644 (file)
@@ -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>
index 180c8ef6f5d943dae494f11e8d838caf7c3b0bec..2d01542355e915ef7c3a97d487d0c52f1a62ede8 100644 (file)
@@ -2110,7 +2110,8 @@ says to put the output in some other buffer.
 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\",