diff options
| author | Miles Bader | 2000-08-19 12:37:39 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-08-19 12:37:39 +0000 |
| commit | 83911021e17ff360d6b72fc5bd37ae7904a7eb44 (patch) | |
| tree | 0a7610c510551f5434c5dbec4d6aee4951f18f73 | |
| parent | 5d9045edcf01f98300f0c22ec30f3ab86bed844f (diff) | |
| download | emacs-83911021e17ff360d6b72fc5bd37ae7904a7eb44.tar.gz emacs-83911021e17ff360d6b72fc5bd37ae7904a7eb44.zip | |
(set-buffer-process-coding-system): Make interactive prompt less confusing.
| -rw-r--r-- | lisp/international/mule.el | 2 |
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 | ||
| 960 | For a list of possible values of CODING-SYSTEM, use \\[list-coding-systems]." | 960 | For 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") |