# HG changeset patch # User Eli Zaretskii # Date 999336076 0 # Node ID 0418462ff3782e4d1545f2b4d9fc784155e139bb # Parent ff8e5016e9096717f999db9d8cfb4c15812e9ec9 (Fmd5): Doc fix. diff -r ff8e5016e909 -r 0418462ff378 src/fns.c --- a/src/fns.c Sat Sep 01 06:58:54 2001 +0000 +++ b/src/fns.c Sat Sep 01 09:21:16 2001 +0000 @@ -4996,7 +4996,7 @@ If OBJECT is a string, the most preferred coding system (see the\n\ command `prefer-coding-system') is used.\n\ \n\ -If NOERROR is non-nil, silently assume the `raw_text' coding if the\n\ +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;