diff options
| author | Karoly Lorentey | 2003-12-29 13:59:23 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2003-12-29 13:59:23 +0000 |
| commit | 096d4be33fc8bd54c363d05fff24f9f029acbf0a (patch) | |
| tree | faa3777d2d5975b644784640ff5db7682f815a94 /src/coding.c | |
| parent | b2af72d2f0da11c271cac6fc823053d0018068b2 (diff) | |
| parent | c4383667201d2a2fa071c380caea36df2219261f (diff) | |
| download | emacs-096d4be33fc8bd54c363d05fff24f9f029acbf0a.tar.gz emacs-096d4be33fc8bd54c363d05fff24f9f029acbf0a.zip | |
Merged in changes from CVS head
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-4
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-22
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c index 3f11c6f41fb..d9620b90722 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -6385,8 +6385,8 @@ DEFUN ("check-coding-system", Fcheck_coding_system, Scheck_coding_system, | |||
| 6385 | 1, 1, 0, | 6385 | 1, 1, 0, |
| 6386 | doc: /* Check validity of CODING-SYSTEM. | 6386 | doc: /* Check validity of CODING-SYSTEM. |
| 6387 | If valid, return CODING-SYSTEM, else signal a `coding-system-error' error. | 6387 | If valid, return CODING-SYSTEM, else signal a `coding-system-error' error. |
| 6388 | It is valid if it is a symbol with a non-nil `coding-system' property. | 6388 | It is valid if it is nil or a symbol with a non-nil `coding-system' property. |
| 6389 | The value of property should be a vector of length 5. */) | 6389 | The value of this property should be a vector of length 5. */) |
| 6390 | (coding_system) | 6390 | (coding_system) |
| 6391 | Lisp_Object coding_system; | 6391 | Lisp_Object coding_system; |
| 6392 | { | 6392 | { |