diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-03-20 12:49:34 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-03-20 12:49:34 +0000 |
commit | 6e92282b89dcb3ce1234574fc371eeee1e594898 (patch) | |
tree | ed19e0fce56c3f88ac1797a9d9581021f20db3c1 /src | |
parent | 117e4b0cb8bf5d6fa5a96f3f6800193f9e7059bd (diff) | |
download | emacs-6e92282b89dcb3ce1234574fc371eeee1e594898.tar.gz |
(Fmd5): Doc fix.
Diffstat (limited to 'src')
-rw-r--r-- | src/fns.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fns.c b/src/fns.c index cb3ed14a3a8..2e0c2b90a8e 100644 --- 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; { |