X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fcoding.el;h=d00f7b4918fb4070d25edffc7c3f6d2775bd00dd;hb=4a6a7b8e4bf1d7751e27ac6098547034ef15a2df;hp=3cc7fbeac29d3dc8c898d0dbcd0edf5175700747;hpb=1d9bc86590766427e2431876a50d78206a99edd5;p=chise%2Fxemacs-chise.git- diff --git a/lisp/coding.el b/lisp/coding.el index 3cc7fbe..d00f7b4 100644 --- a/lisp/coding.el +++ b/lisp/coding.el @@ -50,7 +50,7 @@ There are three of such tables, `file-coding-system-alist', 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