aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/international/mule.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index 3e6e6435719..3be1e9e2877 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -1514,6 +1514,7 @@ DECODING is the coding system to be used to decode input from the process,
1514ENCODING is the coding system to be used to encode output to the process. 1514ENCODING is the coding system to be used to encode output to the process.
1515 1515
1516For a list of possible coding systems, use \\[list-coding-systems]." 1516For a list of possible coding systems, use \\[list-coding-systems]."
1517 (declare (interactive-only set-process-coding-system))
1517 (interactive 1518 (interactive
1518 "zCoding-system for output from the process: \nzCoding-system for input to the process: ") 1519 "zCoding-system for output from the process: \nzCoding-system for input to the process: ")
1519 (let ((proc (get-buffer-process (current-buffer)))) 1520 (let ((proc (get-buffer-process (current-buffer))))