Mercurial > hg > xemacs-beta
changeset 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 | 6452bb72f5b9 |
children | a99eebfee7d3 |
files | lisp/coding.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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