emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107794: Fix bug #11208 with inacc


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107794: Fix bug #11208 with inaccurate doc string of shell-command-on-region.
Date: Mon, 09 Apr 2012 19:56:35 +0300
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107794
fixes bug(s): http://debbugs.gnu.org/11208
committer: Eli Zaretskii <address@hidden>
branch nick: emacs-24
timestamp: Mon 2012-04-09 19:56:35 +0300
message:
  Fix bug #11208 with inaccurate doc string of shell-command-on-region.
  
   lisp/simple.el (shell-command-on-region): Doc fix.
modified:
  lisp/ChangeLog
  lisp/simple.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-04-09 07:11:39 +0000
+++ b/lisp/ChangeLog    2012-04-09 16:56:35 +0000
@@ -1,3 +1,7 @@
+2012-04-09  Eli Zaretskii  <address@hidden>
+
+       * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
+
 2012-04-09  Glenn Morris  <address@hidden>
 
        * calendar/holidays.el (calendar-check-holidays): Doc fix.

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2012-03-22 07:38:05 +0000
+++ b/lisp/simple.el    2012-04-09 16:56:35 +0000
@@ -2464,9 +2464,9 @@
 To specify a coding system for converting non-ASCII characters
 in the input and output to the shell command, use 
\\[universal-coding-system-argument]
 before this command.  By default, the input (from the current buffer)
-is encoded in the same coding system that will be used to save the file,
-`buffer-file-coding-system'.  If the output is going to replace the region,
-then it is decoded from that same coding system.
+is encoded using coding-system specified by `process-coding-system-alist',
+falling back to `default-process-coding-system' if no match for COMMAND
+is found in `process-coding-system-alist'.
 
 The noninteractive arguments are START, END, COMMAND,
 OUTPUT-BUFFER, REPLACE, ERROR-BUFFER, and DISPLAY-ERROR-BUFFER.


reply via email to

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