* lisp/simple.el (shell-command-on-region): Doc fix.

Fixes: debbugs:14279
This commit is contained in:
Kelly Dean 2013-05-06 23:11:40 +03:00 committed by Juri Linkov
parent 323885fd82
commit a1c700dec5
2 changed files with 5 additions and 1 deletions

View 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.

View 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).