]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmd5): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Tue, 20 Mar 2001 12:49:34 +0000 (12:49 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 20 Mar 2001 12:49:34 +0000 (12:49 +0000)
src/fns.c

index cb3ed14a3a81d9589c7939ed5dd636b74980968e..2e0c2b90a8e29175892261778c1c96e560498c4a 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -4982,8 +4982,8 @@ 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\
-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;
 {