changeset 36890:2a09ac0d3130

(Fmd5): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 20 Mar 2001 12:49:34 +0000
parents 2007ad308ec9
children 4ddf47446692
files src/fns.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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;
 {