* lisp/simple.el (shell-command-on-region): Doc fix.
Fixes: debbugs:14279
This commit is contained in:
parent
323885fd82
commit
a1c700dec5
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue