emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112482: * lisp/simple.el (shell-comm


From: Juri Linkov
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112482: * lisp/simple.el (shell-command-on-region): Doc fix.
Date: Mon, 06 May 2013 23:11:40 +0300
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112482
fixes bug: http://debbugs.gnu.org/14279
author: Kelly Dean <address@hidden>
committer: Juri Linkov <address@hidden>
branch nick: trunk
timestamp: Mon 2013-05-06 23:11:40 +0300
message:
  * lisp/simple.el (shell-command-on-region): Doc fix.
modified:
  lisp/ChangeLog
  lisp/simple.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-05-06 19:33:56 +0000
+++ b/lisp/ChangeLog    2013-05-06 20:11:40 +0000
@@ -1,3 +1,7 @@
+2013-05-06  Kelly Dean  <address@hidden>  (tiny change)
+
+       * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
+
 2013-05-06  Stefan Monnier  <address@hidden>
 
        * progmodes/perl-mode.el: Add support for here documents.

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2013-05-04 19:27:41 +0000
+++ b/lisp/simple.el    2013-05-06 20:11:40 +0000
@@ -2868,7 +2868,7 @@
 
 Optional fourth arg OUTPUT-BUFFER specifies where to put the
 command's output.  If the value is a buffer or buffer name, put
-the output there.  Any other value, including nil, means to
+the output there.  Any other value, excluding nil, means to
 insert the output in the current buffer.  In either case, the
 output is inserted after point (leaving mark after it).
 


reply via email to

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