aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2000-08-19 12:37:39 +0000
committerMiles Bader2000-08-19 12:37:39 +0000
commit83911021e17ff360d6b72fc5bd37ae7904a7eb44 (patch)
tree0a7610c510551f5434c5dbec4d6aee4951f18f73
parent5d9045edcf01f98300f0c22ec30f3ab86bed844f (diff)
downloademacs-83911021e17ff360d6b72fc5bd37ae7904a7eb44.tar.gz
emacs-83911021e17ff360d6b72fc5bd37ae7904a7eb44.zip
(set-buffer-process-coding-system): Make interactive prompt less confusing.
-rw-r--r--lisp/international/mule.el2
1 files changed, 1 insertions, 1 deletions
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.
959 959
960For a list of possible values of CODING-SYSTEM, use \\[list-coding-systems]." 960For a list of possible values of CODING-SYSTEM, use \\[list-coding-systems]."
961 (interactive 961 (interactive
962 "zCoding-system for process input: \nzCoding-system for process output: ") 962 "zCoding-system for output from the process: \nzCoding-system for input to the process: ")
963 (let ((proc (get-buffer-process (current-buffer)))) 963 (let ((proc (get-buffer-process (current-buffer))))
964 (if (null proc) 964 (if (null proc)
965 (error "no process") 965 (error "no process")