1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-01 03:11:09 -08:00

(Fset_process_coding_system): Doc-string modified.

(Fprocess_coding_system): Likewise.
This commit is contained in:
Kenichi Handa 1997-08-04 06:59:57 +00:00
parent a6b9b0c5eb
commit a95c35f6a2

View file

@ -4099,7 +4099,7 @@ status_notify ()
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 @@ ENCODING (output to the process).")
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;
{