]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix bug #11208 with inaccurate doc string of shell-command-on-region.
authorEli Zaretskii <eliz@gnu.org>
Mon, 9 Apr 2012 16:56:35 +0000 (19:56 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 9 Apr 2012 16:56:35 +0000 (19:56 +0300)
 lisp/simple.el (shell-command-on-region): Doc fix.

lisp/ChangeLog
lisp/simple.el

index 5934517a6d24d9111535e3d196c47e536a8f3ed5..e3a7ba29e4a55b1d73804981938188bb76841e49 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
+
 2012-04-09  Glenn Morris  <rgm@gnu.org>
 
        * calendar/holidays.el (calendar-check-holidays): Doc fix.
index 8b04534455d4560c87d9953a500f22e481bd49dd..c345734c37bb844449c0fcf111752fe8d7b05b4c 100644 (file)
@@ -2464,9 +2464,9 @@ COMMAND.
 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.