# HG changeset patch # User Gerd Moellmann # Date 985092574 0 # Node ID 2a09ac0d3130d67b69f03b539a066c1e5d5ed3fe # Parent 2007ad308ec9fb41ad60b4a6ed0fc4a841673c69 (Fmd5): Doc fix. diff -r 2007ad308ec9 -r 2a09ac0d3130 src/fns.c --- a/src/fns.c Tue Mar 20 12:43:30 2001 +0000 +++ b/src/fns.c Tue Mar 20 12:49:34 2001 +0000 @@ -4982,8 +4982,8 @@ If OBJECT is a string, the most preferred coding system (see the\n\ command `prefer-coding-system') is used.\n\ \n\ -The optional fifth argument NOERROR exists for compatibility with\n\ -other Emacs versions, and is ignored.") +If NOERROR is non-nil, silently assume the `raw_text' coding if the\n\ +guesswork fails. Normally, an error is signaled in such case.") (object, start, end, coding_system, noerror) Lisp_Object object, start, end, coding_system, noerror; {