Mercurial > hg > xemacs-beta
comparison lisp/coding.el @ 599:55614ee2fb8d
[xemacs-hg @ 2001-06-01 06:30:08 by martinb]
typo fix found by Alexey
author | martinb |
---|---|
date | Fri, 01 Jun 2001 06:30:08 +0000 |
parents | 7039e6323819 |
children | 4d00488244c1 |
comparison
equal
deleted
inserted
replaced
598:6452bb72f5b9 | 599:55614ee2fb8d |
---|---|
52 `process-coding-system-alist', and `network-coding-system-alist'. | 52 `process-coding-system-alist', and `network-coding-system-alist'. |
53 | 53 |
54 TARGET-TYPE specifies which of them to modify. | 54 TARGET-TYPE specifies which of them to modify. |
55 If it is `file', it affects `file-coding-system-alist' (which see). | 55 If it is `file', it affects `file-coding-system-alist' (which see). |
56 If it is `process', it affects `process-coding-system-alist' (which see). | 56 If it is `process', it affects `process-coding-system-alist' (which see). |
57 If it is `network', it affects `network-codign-system-alist' (which see). | 57 If it is `network', it affects `network-coding-system-alist' (which see). |
58 | 58 |
59 REGEXP is a regular expression matching a target of I/O operation. | 59 REGEXP is a regular expression matching a target of I/O operation. |
60 The target is a file name if TARGET-TYPE is `file', a program name if | 60 The target is a file name if TARGET-TYPE is `file', a program name if |
61 TARGET-TYPE is `process', or a network service name or a port number | 61 TARGET-TYPE is `process', or a network service name or a port number |
62 to connect to if TARGET-TYPE is `network'. | 62 to connect to if TARGET-TYPE is `network'. |