emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog simple.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp ChangeLog simple.el
Date: Sat, 14 Nov 2009 16:07:47 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/11/14 16:07:47

Modified files:
        lisp           : ChangeLog simple.el 

Log message:
        * simple.el (shell-command): Doc fix (Bug#4891).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16627&r2=1.16628
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/simple.el?cvsroot=emacs&r1=1.1028&r2=1.1029

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16627
retrieving revision 1.16628
diff -u -b -r1.16627 -r1.16628
--- ChangeLog   14 Nov 2009 15:44:43 -0000      1.16627
+++ ChangeLog   14 Nov 2009 16:07:44 -0000      1.16628
@@ -1,5 +1,7 @@
 2009-11-14  Chong Yidong  <address@hidden>
 
+       * simple.el (shell-command): Doc fix (Bug#4891).
+
        * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
 
 2009-11-14  Glenn Morris  <address@hidden>

Index: simple.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/simple.el,v
retrieving revision 1.1028
retrieving revision 1.1029
diff -u -b -r1.1028 -r1.1029
--- simple.el   14 Nov 2009 04:18:13 -0000      1.1028
+++ simple.el   14 Nov 2009 16:07:47 -0000      1.1029
@@ -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\",




reply via email to

[Prev in Thread] Current Thread [Next in Thread]