From: Kelly Dean Date: Mon, 6 May 2013 20:11:40 +0000 (+0300) Subject: * lisp/simple.el (shell-command-on-region): Doc fix. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~280 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a1c700dec5a6b0db88d57087c5a7e43e30b1fc00;p=emacs.git * lisp/simple.el (shell-command-on-region): Doc fix. Fixes: debbugs:14279 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 72036ac1a2e..2e5bc6063cd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-05-06 Kelly Dean (tiny change) + + * simple.el (shell-command-on-region): Doc fix. (Bug#14279) + 2013-05-06 Stefan Monnier * progmodes/perl-mode.el: Add support for here documents. diff --git a/lisp/simple.el b/lisp/simple.el index 7ded4cbe58c..103c2a4636c 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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).