aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c4
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\
4982If OBJECT is a string, the most preferred coding system (see the\n\ 4982If OBJECT is a string, the most preferred coding system (see the\n\
4983command `prefer-coding-system') is used.\n\ 4983command `prefer-coding-system') is used.\n\
4984\n\ 4984\n\
4985The optional fifth argument NOERROR exists for compatibility with\n\ 4985If NOERROR is non-nil, silently assume the `raw_text' coding if the\n\
4986other Emacs versions, and is ignored.") 4986guesswork fails. Normally, an error is signaled in such case.")
4987 (object, start, end, coding_system, noerror) 4987 (object, start, end, coding_system, noerror)
4988 Lisp_Object object, start, end, coding_system, noerror; 4988 Lisp_Object object, start, end, coding_system, noerror;
4989{ 4989{