# HG changeset patch # User martinb # Date 991377008 0 # Node ID 55614ee2fb8dbfe414b45daf7a9529b155d64845 # Parent 6452bb72f5b98c40f3f9ccc2a3413ebb071a07fb [xemacs-hg @ 2001-06-01 06:30:08 by martinb] typo fix found by Alexey diff -r 6452bb72f5b9 -r 55614ee2fb8d lisp/coding.el --- a/lisp/coding.el Fri Jun 01 05:07:20 2001 +0000 +++ b/lisp/coding.el Fri Jun 01 06:30:08 2001 +0000 @@ -54,7 +54,7 @@ TARGET-TYPE specifies which of them to modify. If it is `file', it affects `file-coding-system-alist' (which see). If it is `process', it affects `process-coding-system-alist' (which see). -If it is `network', it affects `network-codign-system-alist' (which see). +If it is `network', it affects `network-coding-system-alist' (which see). REGEXP is a regular expression matching a target of I/O operation. The target is a file name if TARGET-TYPE is `file', a program name if