diff src/fns.c @ 36890:2a09ac0d3130

(Fmd5): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 20 Mar 2001 12:49:34 +0000
parents c10e67afd7ec
children 34075f64de15
line wrap: on
line diff
--- 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;
 {