diff options
| author | Luc Teirlinck | 2003-12-28 19:54:24 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2003-12-28 19:54:24 +0000 |
| commit | de1d1a4051f79922534ae266a5c0a441e86954f7 (patch) | |
| tree | 07fac1f3f0b09d1f26467a44d1ae70b841677acc /src | |
| parent | 303cdc2dfd8dedb7588e1d70e0377d05a79309ca (diff) | |
| download | emacs-de1d1a4051f79922534ae266a5c0a441e86954f7.tar.gz emacs-de1d1a4051f79922534ae266a5c0a441e86954f7.zip | |
(Fcheck_coding_system): Further doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/coding.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 53cc3b8ad2f..f471cc99230 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-12-28 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * coding.c (Fcheck_coding_system): Doc fix. | ||
| 4 | |||
| 1 | 2003-12-28 Kim F. Storm <storm@cua.dk> | 5 | 2003-12-28 Kim F. Storm <storm@cua.dk> |
| 2 | 6 | ||
| 3 | * Makefile.in (eval.o): Depend on dispextern.h. | 7 | * Makefile.in (eval.o): Depend on dispextern.h. |
diff --git a/src/coding.c b/src/coding.c index d6d8bb342d6..d9620b90722 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -6386,7 +6386,7 @@ DEFUN ("check-coding-system", Fcheck_coding_system, Scheck_coding_system, | |||
| 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 nil or 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 | { |