]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/simple.el (shell-command-on-region): Doc fix.
authorKelly Dean <kellydeanch@yahoo.com>
Mon, 6 May 2013 20:11:40 +0000 (23:11 +0300)
committerJuri Linkov <juri@jurta.org>
Mon, 6 May 2013 20:11:40 +0000 (23:11 +0300)
Fixes: debbugs:14279
lisp/ChangeLog
lisp/simple.el

index 72036ac1a2e196802528b8974a33afcc1b55ce74..2e5bc6063cde3c09d44b6d90506e3f90dcdefe4d 100644 (file)
@@ -1,3 +1,7 @@
+2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
+
+       * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
+
 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * progmodes/perl-mode.el: Add support for here documents.
index 7ded4cbe58c1ddf0cfc2e0ebe079e896739bcf2a..103c2a4636cd58f3352fdf2a8fa4877dd7ec3073 100644 (file)
@@ -2868,7 +2868,7 @@ Command Output*' is deleted.
 
 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).