From: Eli Zaretskii Date: Sat, 1 Sep 2001 09:22:10 +0000 (+0000) Subject: (Fmd5): Doc fix. X-Git-Tag: emacs-pretest-21.0.106~285 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a249bba2ac88d04658c23586c36274af854568f;p=emacs.git (Fmd5): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index c1c6a21b39a..eb0d1114bb5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-09-01 Eli Zaretskii + + * fns.c (Fmd5): Doc fix. + 2001-08-31 Gerd Moellmann * composite.c (update_compositions): Do nothing if diff --git a/src/fns.c b/src/fns.c index ba1498f0f89..f99ab151442 100644 --- a/src/fns.c +++ b/src/fns.c @@ -4996,7 +4996,7 @@ into a file.\n\ 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;