Mercurial > emacs
changeset 19133:a5f15ed1907d
(Fset_process_coding_system): Doc-string modified.
(Fprocess_coding_system): Likewise.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 04 Aug 1997 06:59:57 +0000 |
parents | 73871027b629 |
children | 8fa6e23f8d22 |
files | src/process.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/process.c Mon Aug 04 06:47:28 1997 +0000 +++ b/src/process.c Mon Aug 04 06:59:57 1997 +0000 @@ -4099,7 +4099,7 @@ DEFUN ("set-process-coding-system", Fset_process_coding_system, Sset_process_coding_system, 1, 3, 0, - "Set coding-systems of PROCESS to DECODING (input from the process) and\n\ + "Set coding systems of PROCESS to DECODING (input from the process) and\n\ ENCODING (output to the process).") (proc, decoding, encoding) register Lisp_Object proc, decoding, encoding; @@ -4125,7 +4125,7 @@ DEFUN ("process-coding-system", Fprocess_coding_system, Sprocess_coding_system, 1, 1, 0, - "Return a cons of coding-system for decoding and encoding of PROCESS.") + "Return a cons of coding systems for decoding and encoding of PROCESS.") (proc) register Lisp_Object proc; {