From: Luc Teirlinck Date: Sun, 28 Dec 2003 19:54:24 +0000 (+0000) Subject: (Fcheck_coding_system): Further doc fix. X-Git-Tag: ttn-vms-21-2-B4~8129 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=de1d1a4051f79922534ae266a5c0a441e86954f7;p=emacs.git (Fcheck_coding_system): Further doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 53cc3b8ad2f..f471cc99230 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2003-12-28 Luc Teirlinck + + * coding.c (Fcheck_coding_system): Doc fix. + 2003-12-28 Kim F. Storm * 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, doc: /* Check validity of CODING-SYSTEM. If valid, return CODING-SYSTEM, else signal a `coding-system-error' error. It is valid if it is nil or a symbol with a non-nil `coding-system' property. -The value of property should be a vector of length 5. */) +The value of this property should be a vector of length 5. */) (coding_system) Lisp_Object coding_system; {