]> code.delx.au - gnu-emacs/commitdiff
(set-buffer-process-coding-system): Make interactive prompt less confusing.
authorMiles Bader <miles@gnu.org>
Sat, 19 Aug 2000 12:37:39 +0000 (12:37 +0000)
committerMiles Bader <miles@gnu.org>
Sat, 19 Aug 2000 12:37:39 +0000 (12:37 +0000)
lisp/international/mule.el

index e141cc7f46226f97fc8ae3f66d59f4f9b5937ed4..a5d8adaaf1f53b58bb414c8965ae2a98fd6a5348 100644 (file)
@@ -959,7 +959,7 @@ ENCODING is the coding system to be used to encode output to the process.
 
 For a list of possible values of CODING-SYSTEM, use \\[list-coding-systems]."
   (interactive
-   "zCoding-system for process input: \nzCoding-system for process output: ")
+   "zCoding-system for output from the process: \nzCoding-system for input to the process: ")
   (let ((proc (get-buffer-process (current-buffer))))
     (if (null proc)
        (error "no process")