From 83911021e17ff360d6b72fc5bd37ae7904a7eb44 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 19 Aug 2000 12:37:39 +0000 Subject: [PATCH] (set-buffer-process-coding-system): Make interactive prompt less confusing. --- lisp/international/mule.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/mule.el b/lisp/international/mule.el index e141cc7f462..a5d8adaaf1f 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -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") -- 2.39.2